From 721dce172ba46f32208e7f0ddf5bfb326094e5a8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 13 Aug 2010 18:56:35 -0700 Subject: [PATCH] Minor diary-lib.el fix. * lisp/calendar/diary-lib.el (diary-header-line-format): Fit it to the window, not the frame. --- lisp/ChangeLog | 5 +++++ lisp/calendar/diary-lib.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2