summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-26 22:14:07 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-26 22:14:07 +0000
commit78233de98ca6158ba58566e9b118ccd05ae7d1e5 (patch)
treeae8da5cea783a58a2f315b80ecec9045ac1abb9a /lisp
parentd17ae89a581a90a0fa5364d8dc5c1090e98fb69a (diff)
downloademacs-78233de98ca6158ba58566e9b118ccd05ae7d1e5.tar.gz
(calendar-print-french-date): Label French date in echo area.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/cal-french.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el
index 2f045e2da45..d41111b4b7f 100644
--- a/lisp/calendar/cal-french.el
+++ b/lisp/calendar/cal-french.el
@@ -173,7 +173,7 @@ Defaults to today's date if DATE is not given."
(let ((f (calendar-french-date-string (calendar-cursor-to-date t))))
(if (string-equal f "")
(message "Date is pre-French Revolution")
- (message f))))
+ (message "French Revolutionary date: %s" f))))
(defun calendar-goto-french-date (date &optional noecho)
"Move cursor to French Revolutionary date DATE.