# HG changeset patch # User Juanma Barranquero # Date 1120053090 0 # Node ID 45ed77379ac6d0527d978be5fbf42bbd65fc3987 # Parent ebf4306a600f9eb8cd6782e05d0217325c47808a (diary-header-line-format): Change space constants followed by a sexp to "?\s ". diff -r ebf4306a600f -r 45ed77379ac6 lisp/calendar/diary-lib.el --- 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