summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-26 22:14:21 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-26 22:14:21 +0000
commit1fad23cebeffd31ceaec00ff4e627a14b3491f75 (patch)
treed8ede05910681ba7a84e75168f5f7e3d9b2ceeac /lisp
parent78233de98ca6158ba58566e9b118ccd05ae7d1e5 (diff)
downloademacs-1fad23cebeffd31ceaec00ff4e627a14b3491f75.tar.gz
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/cal-coptic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el
index 2bdf1295442..ad260067211 100644
--- a/lisp/calendar/cal-coptic.el
+++ b/lisp/calendar/cal-coptic.el
@@ -126,7 +126,7 @@ Defaults to today's date if DATE is not given."
(let ((f (calendar-coptic-date-string (calendar-cursor-to-date t))))
(if (string-equal f "")
(message "Date is pre-%s calendar" coptic-name)
- (message f))))
+ (message "%s date: %s" coptic-name f))))
(defun calendar-goto-coptic-date (date &optional noecho)
"Move cursor to Coptic date DATE.