changeset 17382:41db5b776fe4

(diary-persian-date): Use `date'. Add some additional text at the end.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Apr 1997 02:34:37 +0000
parents d1fc8a2d353f
children dade44f8a6b0
files lisp/calendar/cal-persia.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-persia.el	Fri Apr 11 02:34:09 1997 +0000
+++ b/lisp/calendar/cal-persia.el	Fri Apr 11 02:34:37 1997 +0000
@@ -199,7 +199,7 @@
 
 (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)