summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
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)