aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2010-08-13 18:56:35 -0700
committerGlenn Morris2010-08-13 18:56:35 -0700
commit721dce172ba46f32208e7f0ddf5bfb326094e5a8 (patch)
treeffef1ec316acd630791a8a2ce7cc7c238b79ba5e /lisp
parent7d1b9df355b53c9c022105ad7d657a672a0ff293 (diff)
downloademacs-721dce172ba46f32208e7f0ddf5bfb326094e5a8.tar.gz
emacs-721dce172ba46f32208e7f0ddf5bfb326094e5a8.zip
Minor diary-lib.el fix.
* lisp/calendar/diary-lib.el (diary-header-line-format): Fit it to the window, not the frame.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calendar/diary-lib.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0ae95366b6d..718f6f402e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-08-14 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-header-line-format):
4 Fit it to the window, not the frame.
5
12010-08-11 Andreas Schwab <schwab@linux-m68k.org> 62010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * subr.el (ignore-errors): Add debug declaration. 8 * 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'."
383 "Some text is hidden - press \"s\" in calendar \ 383 "Some text is hidden - press \"s\" in calendar \
384before edit/copy" 384before edit/copy"
385 "Diary")) 385 "Diary"))
386 ?\s (frame-width))) 386 ?\s (window-width)))
387 "Format of the header line displayed by `diary-simple-display'. 387 "Format of the header line displayed by `diary-simple-display'.
388Only used if `diary-header-line-flag' is non-nil." 388Only used if `diary-header-line-flag' is non-nil."
389 :group 'diary 389 :group 'diary