diff options
| author | Jim Blandy <jimb@redhat.com> | 1993-03-11 07:03:57 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1993-03-11 07:03:57 +0000 |
| commit | ae39e6673d4afeaca482261c89118ebc82a1b167 (patch) | |
| tree | 47c7cc491228caaf71caa4e0ab939bb6b43d2e7f /lisp | |
| parent | 63f76385380d82e75bfad51d049dc2f30249a751 (diff) | |
| download | emacs-ae39e6673d4afeaca482261c89118ebc82a1b167.tar.gz | |
* 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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/calendar.el | 2 |
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) |
