# HG changeset patch # User Glenn Morris # Date 1207198158 0 # Node ID 156256220c1215186cc4ac004a44ecead1c70daa # Parent ca6f6d9b45e22bcba29e6d711b92227aa6b3303c (bahai-holidays): Re-order. diff -r ca6f6d9b45e2 -r 156256220c12 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Thu Apr 03 04:41:55 2008 +0000 +++ b/lisp/calendar/calendar.el Thu Apr 03 04:49:18 2008 +0000 @@ -994,15 +994,15 @@ (defcustom bahai-holidays '((holiday-bahai-new-year) (holiday-bahai-ridvan) ; respects all-bahai-calendar-holidays - (if all-bahai-calendar-holidays - (append - (holiday-fixed 11 26 "Day of the Covenant") - (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha"))) (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") - (holiday-fixed 11 12 "Birth of Baha'u'llah")) + (holiday-fixed 11 12 "Birth of Baha'u'llah") + (if all-bahai-calendar-holidays + (append + (holiday-fixed 11 26 "Day of the Covenant") + (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha")))) "Baha'i holidays. See the documentation for `calendar-holidays' for details." :type 'sexp