diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-11 02:34:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-11 02:34:37 +0000 |
commit | edbf26946d4c9db29264ad4f78291b324f0e833d (patch) | |
tree | b9b5fc5b82929d3f716f62bc9a5d6396d9a5a8a6 /lisp/calendar/cal-persia.el | |
parent | 69b31c6922abe33d504c0d69898dc7d6cd09e723 (diff) | |
download | emacs-edbf26946d4c9db29264ad4f78291b324f0e833d.tar.gz |
(diary-persian-date): Use `date'.
Add some additional text at the end.
Diffstat (limited to 'lisp/calendar/cal-persia.el')
-rw-r--r-- | lisp/calendar/cal-persia.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-persia.el b/lisp/calendar/cal-persia.el index 89269526be8..99022af061c 100644 --- a/lisp/calendar/cal-persia.el +++ b/lisp/calendar/cal-persia.el @@ -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) |