diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/holidays.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 0db35307aa9..70fe3e5a50e 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -127,7 +127,7 @@ The holidays are those in the list calendar-holidays." (if (not holiday-list) (message "No holidays known for %s" date-string) (if (<= (length msg) (frame-width)) - (message msg) + (message "%s" msg) (set-buffer (get-buffer-create holiday-buffer)) (setq buffer-read-only nil) (calendar-set-mode-line date-string) |