summaryrefslogtreecommitdiff
path: root/lisp/calendar/holidays.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-04 04:38:58 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-04 04:38:58 +0000
commit1c76c939fb205edd5e473cab6f6e747c9137773b (patch)
treeb186554828d2edbc8396e3f0db057021ea62ea1c /lisp/calendar/holidays.el
parentc09dffbe5bf2ffdb45b6ad33ee4ce6cac25a5962 (diff)
downloademacs-1c76c939fb205edd5e473cab6f6e747c9137773b.tar.gz
Update for calendar.el name changes.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r--lisp/calendar/holidays.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index f81f2012fcf..67f53af7e51 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -389,7 +389,7 @@ Nth day before or after Easter.
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 @@ is non-nil)."
(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")