1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

Minor diary-lib.el fix.

* lisp/calendar/diary-lib.el (diary-header-line-format):
Fit it to the window, not the frame.
This commit is contained in:
Glenn Morris 2010-08-13 18:56:35 -07:00
parent 7d1b9df355
commit 721dce172b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-14 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-header-line-format):
Fit it to the window, not the frame.
2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
* subr.el (ignore-errors): Add debug declaration.

View File

@ -383,7 +383,7 @@ The format of the header is specified by `diary-header-line-format'."
"Some text is hidden - press \"s\" in calendar \
before edit/copy"
"Diary"))
?\s (frame-width)))
?\s (window-width)))
"Format of the header line displayed by `diary-simple-display'.
Only used if `diary-header-line-flag' is non-nil."
:group 'diary