From c611c9dc53e0bcd5003ea8bdfca98c83b7b6ae5f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:51:30 +0000 Subject: [PATCH] (diary-header-line-format): Change space constants followed by a sexp to "?\s ". --- lisp/calendar/diary-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2