]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Apr 1997 22:14:21 +0000 (22:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Apr 1997 22:14:21 +0000 (22:14 +0000)
lisp/calendar/cal-coptic.el

index 2bdf1295442ee42be7106f5a45696f131e9f6040..ad260067211cb2a5b7dabd4021848fe758f679fc 100644 (file)
@@ -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.