# HG changeset patch # User Richard M. Stallman # Date 760032965 0 # Node ID fc9ed3368ecc88cb2c642cfe1b2ab22355918d8d # Parent 85119c3098a0808420e0357747dedadacfe36fe4 (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. diff -r 85119c3098a0 -r fc9ed3368ecc lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Mon Jan 31 07:05:45 1994 +0000 +++ b/lisp/calendar/calendar.el Mon Jan 31 16:16:05 1994 +0000 @@ -3003,9 +3003,8 @@ (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."