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:
parent
32561aba5f
commit
eec5a2e4bb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user