comparison lisp/calendar/cal-hebrew.el @ 17694:c9fd662941e3

(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).
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 May 1997 19:34:18 +0000
parents 83f275dcd93a
children 6a9f60f7e241
comparison
equal deleted inserted replaced
17693:b40e126b30fd 17694:c9fd662941e3
439 "Hol Hamoed Passover (fourth day)") 439 "Hol Hamoed Passover (fourth day)")
440 (list (calendar-gregorian-from-absolute (+ abs-p 6)) 440 (list (calendar-gregorian-from-absolute (+ abs-p 6))
441 "Passover (seventh day)") 441 "Passover (seventh day)")
442 (list (calendar-gregorian-from-absolute (+ abs-p 7)) 442 (list (calendar-gregorian-from-absolute (+ abs-p 7))
443 "Passover (eighth day)") 443 "Passover (eighth day)")
444 (list (calendar-gregorian-from-absolute (+ abs-p 12)) 444 (list (calendar-gregorian-from-absolute
445 (if (zerop (% (+ abs-p 12) 7))
446 (+ abs-p 13)
447 (+ abs-p 12)))
445 "Yom HaShoah") 448 "Yom HaShoah")
446 (list (calendar-gregorian-from-absolute 449 (list (calendar-gregorian-from-absolute
447 (if (zerop (% abs-p 7)) 450 (if (zerop (% abs-p 7))
448 (+ abs-p 18) 451 (+ abs-p 18)
449 (if (= (% abs-p 7) 6) 452 (if (= (% abs-p 7) 6)