From d5c61e945e6aa049942968c96d4a56144cc60c52 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 Jan 1994 16:16:05 +0000 Subject: [PATCH] (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. --- lisp/calendar/calendar.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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." -- 2.39.5