emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v
Date: Fri, 04 Apr 2008 04:38:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/04 04:38:21

Index: holidays.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/holidays.el,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- holidays.el 3 Apr 2008 04:09:31 -0000       1.71
+++ holidays.el 4 Apr 2008 04:38:21 -0000       1.72
@@ -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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]