Mercurial > emacs
changeset 63851:45ed77379ac6
(diary-header-line-format): Change space constants followed by a sexp to "?\s ".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 29 Jun 2005 13:51:30 +0000 |
parents | ebf4306a600f |
children | dd7fb3231397 |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Wed Jun 29 13:50:41 2005 +0000 +++ b/lisp/calendar/diary-lib.el Wed Jun 29 13:51:30 2005 +0000 @@ -290,7 +290,7 @@ "Selective display active - press \"s\" in calendar \ before edit/copy" "Diary")) - ?\ (frame-width))) + ?\s (frame-width))) "*Format of the header line displayed by `simple-diary-display'. Only used if `diary-header-line-flag' is non-nil." :group 'diary