]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 Jan 1994 16:16:05 +0000 (16:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 Jan 1994 16:16:05 +0000 (16:16 +0000)
lisp/calendar/calendar.el

index 1954e8a9d6520dee92f85f50348626cc3cf89747..366e5c243deafd594fe6225e592238a33bf3dd73 100644 (file)
@@ -3003,9 +3003,8 @@ Driven by the variable `calendar-date-display-form'."
   (interactive)
   (message "Hebrew date (until sunset): %s"
            (calendar-hebrew-date-string
-            (calendar-hebrew-from-absolute
-             (or (calendar-cursor-to-date)
-                 (error "Cursor is not on a date!"))))))
+            (or (calendar-cursor-to-date)
+                (error "Cursor is not on a date!")))))
 
 (defun hebrew-calendar-yahrzeit (death-date year)
   "Absolute date of the anniversary of Hebrew DEATH-DATE in Hebrew YEAR."