Mercurial > emacs
changeset 2107:1c718ee07ac9
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 11 Mar 1993 07:03:57 +0000 |
parents | f90250f69413 |
children | baec460e28c7 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)