# HG changeset patch # User Glenn Morris # Date 1207283849 0 # Node ID 0dcb238ad128404c39c36889fcf8b8a6067f1a6f # Parent 8f16c93afd232bea12728486c6a47469ab083d26 Update for calendar.el name changes. diff -r 8f16c93afd23 -r 0dcb238ad128 lisp/calendar/cal-bahai.el --- 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))