(calendar-cursor-holidays): Pass proper format string to message.
This commit is contained in:
parent
32561aba5f
commit
eec5a2e4bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue