# HG changeset patch # User Jim Blandy # Date 731833437 0 # Node ID 1c718ee07ac906011d3648dcb56e1a080918a35f # Parent f90250f69413d3c209a014deb125a1f19d497950 * 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. diff -r f90250f69413 -r 1c718ee07ac9 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Thu Mar 11 07:03:17 1993 +0000 +++ b/lisp/calendar/calendar.el Thu Mar 11 07:03:57 1993 +0000 @@ -2910,7 +2910,7 @@ ;; 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)