From ae39e6673d4afeaca482261c89118ebc82a1b167 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 11 Mar 1993 07:03:57 +0000 Subject: [PATCH] * calendar.el (hebrew-calendar-yahrzeit): Change reference to nonexistent function last-month-of-hebrew-year to the correct function hebrew-calendar-last-month-of-year. --- lisp/calendar/calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 52bb556a7b1..91a0bfd8224 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -2910,7 +2910,7 @@ Gregorian date Sunday, December 31, 1 BC." ;; year (Adar or Adar II). ((= death-month 13) (calendar-absolute-from-hebrew - (list (last-month-of-hebrew-year year) death-day year))) + (list (hebrew-calendar-last-month-of-year year) death-day year))) ;; If it's the 30th in Adar I and $year$ is not a leap year ;; (so Adar has only 29 days), use the last day in Shevat. ((and (= death-day 30)