changeset 93631:0dcb238ad128

Update for calendar.el name changes.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Apr 2008 04:37:29 +0000
parents 8f16c93afd23
children d772031482b8
files lisp/calendar/cal-bahai.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-bahai.el	Fri Apr 04 04:36:54 2008 +0000
+++ b/lisp/calendar/cal-bahai.el	Fri Apr 04 04:37:29 2008 +0000
@@ -239,12 +239,12 @@
 (defun holiday-bahai-ridvan (&optional all)
   "Holidays related to Ridvan, as visible in the calendar window.
 Only considers the first, ninth, and twelfth days, unless ALL or
-`all-bahai-calendar-holidays' is non-nil."
+`calendar-bahai-all-holidays-flag' is non-nil."
   (let ((ord ["First" "Second" "Third" "Fourth" "Fifth" "Sixth"
               "Seventh" "Eighth" "Ninth" "Tenth" "Eleventh" "Twelfth"])
         (show '(0 8 11))
         rid h)
-    (if (or all all-bahai-calendar-holidays)
+    (if (or all calendar-bahai-all-holidays-flag)
         (setq show (number-sequence 0 11)))
     ;; More trouble than it was worth...?
     (dolist (i show (nreverse rid))