* calendar.el (hebrew-calendar-yahrzeit): Change reference to
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:03:57 +0000 (07:03 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:03:57 +0000 (07:03 +0000)
        nonexistent function last-month-of-hebrew-year to the correct
        function hebrew-calendar-last-month-of-year.

lisp/calendar/calendar.el

index 52bb556..91a0bfd 100644 (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)