]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-cursor-holidays): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:50 +0000 (00:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:50 +0000 (00:54 +0000)
lisp/calendar/holidays.el

index 0db35307aa9ea1669885b6b145627be7026acdf2..70fe3e5a50ec6857403ee5702adbebed48995d7b 100644 (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)