# HG changeset patch # User Glenn Morris # Date 1207283901 0 # Node ID f0a60a0ac0891c8ff2406da9993148b0da4de0ee # Parent d772031482b8ead579a210b3676f963f0e2fd55a Update for calendar.el name changes. diff -r d772031482b8 -r f0a60a0ac089 lisp/calendar/holidays.el --- a/lisp/calendar/holidays.el Fri Apr 04 04:37:47 2008 +0000 +++ b/lisp/calendar/holidays.el Fri Apr 04 04:38:21 2008 +0000 @@ -389,7 +389,7 @@ For backwards compatibility, if this function is called with no arguments, then it returns a list of \"standard\" Easter-related -holidays (with more entries if `all-christian-calendar-holidays' +holidays (with more entries if `calendar-christian-all-holidays-flag' is non-nil)." ;; Backwards compatibility layer. (if (not n) @@ -398,7 +398,7 @@ (apply 'holiday-easter-etc e)) ;; The combined list is not in order. (append - (if all-christian-calendar-holidays + (if calendar-christian-all-holidays-flag '((-63 "Septuagesima Sunday") (-56 "Sexagesima Sunday") (-49 "Shrove Sunday")