diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-04 04:38:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-04 04:38:58 +0000 |
commit | 1c76c939fb205edd5e473cab6f6e747c9137773b (patch) | |
tree | b186554828d2edbc8396e3f0db057021ea62ea1c /lisp/calendar/cal-bahai.el | |
parent | c09dffbe5bf2ffdb45b6ad33ee4ce6cac25a5962 (diff) | |
download | emacs-1c76c939fb205edd5e473cab6f6e747c9137773b.tar.gz |
Update for calendar.el name changes.
Diffstat (limited to 'lisp/calendar/cal-bahai.el')
-rw-r--r-- | lisp/calendar/cal-bahai.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index ad72c852579..bdc4b5b8142 100644 --- a/lisp/calendar/cal-bahai.el +++ b/lisp/calendar/cal-bahai.el @@ -239,12 +239,12 @@ nil if it is not visible in the current calendar window." (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)) |