emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99974: Minor diary-lib.el fix.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99974: Minor diary-lib.el fix.
Date: Fri, 13 Aug 2010 18:56:35 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99974
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-08-13 18:56:35 -0700
message:
  Minor diary-lib.el fix.
  * lisp/calendar/diary-lib.el (diary-header-line-format):
  Fit it to the window, not the frame.
modified:
  lisp/ChangeLog
  lisp/calendar/diary-lib.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-11 13:43:49 +0000
+++ b/lisp/ChangeLog    2010-08-14 01:56:35 +0000
@@ -1,3 +1,8 @@
+2010-08-14  Glenn Morris  <address@hidden>
+
+       * calendar/diary-lib.el (diary-header-line-format):
+       Fit it to the window, not the frame.
+
 2010-08-11  Andreas Schwab  <address@hidden>
 
        * subr.el (ignore-errors): Add debug declaration.

=== modified file 'lisp/calendar/diary-lib.el'
--- a/lisp/calendar/diary-lib.el        2010-01-27 04:00:54 +0000
+++ b/lisp/calendar/diary-lib.el        2010-08-14 01:56:35 +0000
@@ -383,7 +383,7 @@
                      "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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]