Mercurial > emacs
changeset 17571:e4c551837753
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Apr 1997 22:14:21 +0000 |
parents | daaffe2dece5 |
children | 73d867b4a654 |
files | lisp/calendar/cal-coptic.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-coptic.el Sat Apr 26 22:14:07 1997 +0000 +++ b/lisp/calendar/cal-coptic.el Sat Apr 26 22:14:21 1997 +0000 @@ -126,7 +126,7 @@ (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.