# HG changeset patch # User Richard M. Stallman # Date 860726108 0 # Node ID dade44f8a6b0b1ac6be20829529c62ca1f3773f8 # Parent 41db5b776fe4e8ca66622d93b3648ddde53160bf (diary-coptic-date): Use `date'. If calendar-coptic-date-string gives nonempty string, add additional text to it. diff -r 41db5b776fe4 -r dade44f8a6b0 lisp/calendar/cal-coptic.el --- a/lisp/calendar/cal-coptic.el Fri Apr 11 02:34:37 1997 +0000 +++ b/lisp/calendar/cal-coptic.el Fri Apr 11 02:35:08 1997 +0000 @@ -164,10 +164,10 @@ (defun diary-coptic-date () "Coptic calendar equivalent of date diary entry." - (let ((f (calendar-coptic-date-string (calendar-cursor-to-date t)))) + (let ((f (calendar-coptic-date-string date))) (if (string-equal f "") (format "Date is pre-%s calendar" coptic-name) - f))) + (format "%s date: %s" coptic-name f)))) (defconst ethiopic-calendar-month-name-array ["Maskaram" "Teqemt" "Khedar" "Takhsas" "Ter" "Yakatit" "Magabit" "Miyazya"