From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:51:30 +0000 (+0000) Subject: (diary-header-line-format): Change space constants followed by a sexp to "?\s ". X-Git-Tag: emacs-pretest-22.0.90~8569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c611c9dc53e0bcd5003ea8bdfca98c83b7b6ae5f;p=emacs.git (diary-header-line-format): Change space constants followed by a sexp to "?\s ". --- diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index a0e9d1f90b7..851459fe574 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -290,7 +290,7 @@ The format of the header is specified by `diary-header-line-format'." "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