diff lisp/calendar/calendar.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 e50a2e215441
children 606f2d163a64
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Fri Dec 14 12:53:04 2007 +0000
+++ b/lisp/calendar/calendar.el	Sun Dec 16 05:08:49 2007 +0000
@@ -3154,7 +3154,7 @@
 (defun calendar-print-day-of-year ()
   "Show day number in year/days remaining in year for date under the cursor."
   (interactive)
-  (message (calendar-day-of-year-string (calendar-cursor-to-date t))))
+  (message "%s" (calendar-day-of-year-string (calendar-cursor-to-date t))))
 
 (defun calendar-set-mode-line (str)
   "Set mode line to STR, centered, surrounded by dashes."