From: Richard M. Stallman Date: Mon, 31 Jan 1994 16:16:05 +0000 (+0000) Subject: (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. X-Git-Tag: emacs-19.34~10141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5c61e945e6aa049942968c96d4a56144cc60c52;p=emacs.git (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 1954e8a9d65..366e5c243de 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -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."