From: Glenn Morris Date: Sat, 14 Aug 2010 01:56:35 +0000 (-0700) Subject: Minor diary-lib.el fix. X-Git-Tag: emacs-pretest-23.2.90~139^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=721dce172ba46f32208e7f0ddf5bfb326094e5a8;p=emacs.git Minor diary-lib.el fix. * lisp/calendar/diary-lib.el (diary-header-line-format): Fit it to the window, not the frame. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ae95366b6d..718f6f402e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-08-14 Glenn Morris + + * calendar/diary-lib.el (diary-header-line-format): + Fit it to the window, not the frame. + 2010-08-11 Andreas Schwab * subr.el (ignore-errors): Add debug declaration. diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 8fb464aa7e6..fc416d869bb 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -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