summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-11 02:34:37 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-11 02:34:37 +0000
commitedbf26946d4c9db29264ad4f78291b324f0e833d (patch)
treeb9b5fc5b82929d3f716f62bc9a5d6396d9a5a8a6 /lisp/calendar
parent69b31c6922abe33d504c0d69898dc7d6cd09e723 (diff)
downloademacs-edbf26946d4c9db29264ad4f78291b324f0e833d.tar.gz
(diary-persian-date): Use `date'.
Add some additional text at the end.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-persia.el2
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)