changeset 14318:faae84d059c1

(calendar-cursor-holidays): Pass proper format string to message.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 Jan 1996 00:54:50 +0000
parents 594c4676b8c6
children e39a2eb75dbe
files lisp/calendar/holidays.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/holidays.el	Thu Jan 25 00:54:39 1996 +0000
+++ b/lisp/calendar/holidays.el	Thu Jan 25 00:54:50 1996 +0000
@@ -127,7 +127,7 @@
     (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)