1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(diary-persian-date): Use `date'.

Add  some additional text at the end.
This commit is contained in:
Richard M. Stallman 1997-04-11 02:34:37 +00:00
parent 69b31c6922
commit edbf26946d

View File

@ -199,7 +199,7 @@ Echo Persian date unless NOECHO is t."
(defun diary-persian-date ()
"Persian calendar equivalent of date diary entry."
(calendar-persian-date-string (calendar-cursor-to-date t)))
(format "Persian date: %s" (calendar-persian-date-string date)))
(provide 'cal-persia)