1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(calendar-cursor-holidays): Pass proper format string to message.

This commit is contained in:
Karl Heuer 1996-01-25 00:54:50 +00:00
parent 32561aba5f
commit eec5a2e4bb

View File

@ -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)