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:
parent
7d1b9df355
commit
721dce172b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user