1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* 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.
This commit is contained in:
Jim Blandy 1993-03-11 07:03:57 +00:00
parent 63f7638538
commit ae39e6673d

View File

@ -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)