# HG changeset patch # User Richard M. Stallman # Date 863033658 0 # Node ID c9fd662941e31b422baa76aaf603a8501114122c # Parent b40e126b30fde07659a385ef19a899e61e2cff72 (holiday-passover-etc): Postpone date of Yom HaShoah to Monday if it falls on Sunday (as per ammendment passed by the Israeli Kenesset, May, 1997). diff -r b40e126b30fd -r c9fd662941e3 lisp/calendar/cal-hebrew.el --- a/lisp/calendar/cal-hebrew.el Wed May 07 19:22:58 1997 +0000 +++ b/lisp/calendar/cal-hebrew.el Wed May 07 19:34:18 1997 +0000 @@ -441,7 +441,10 @@ "Passover (seventh day)") (list (calendar-gregorian-from-absolute (+ abs-p 7)) "Passover (eighth day)") - (list (calendar-gregorian-from-absolute (+ abs-p 12)) + (list (calendar-gregorian-from-absolute + (if (zerop (% (+ abs-p 12) 7)) + (+ abs-p 13) + (+ abs-p 12))) "Yom HaShoah") (list (calendar-gregorian-from-absolute (if (zerop (% abs-p 7))