]> git.eshelyaron.com Git - emacs.git/commitdiff
(diary-header-line-format): Change space constants followed by a sexp to "?\s ".
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:51:30 +0000 (13:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:51:30 +0000 (13:51 +0000)
lisp/calendar/diary-lib.el

index a0e9d1f90b7d11f92d000751062e0dddf99db4d1..851459fe57449fa0adf5b261ba9d055354db44b1 100644 (file)
@@ -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