comparison lisp/calendar/calendar.el @ 93585:156256220c12

(bahai-holidays): Re-order.
author Glenn Morris <rgm@gnu.org>
date Thu, 03 Apr 2008 04:49:18 +0000
parents 073990831f47
children 8f16c93afd23
comparison
equal deleted inserted replaced
93584:ca6f6d9b45e2 93585:156256220c12
992 992
993 ;;;###autoload 993 ;;;###autoload
994 (defcustom bahai-holidays 994 (defcustom bahai-holidays
995 '((holiday-bahai-new-year) 995 '((holiday-bahai-new-year)
996 (holiday-bahai-ridvan) ; respects all-bahai-calendar-holidays 996 (holiday-bahai-ridvan) ; respects all-bahai-calendar-holidays
997 (if all-bahai-calendar-holidays
998 (append
999 (holiday-fixed 11 26 "Day of the Covenant")
1000 (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha")))
1001 (holiday-fixed 5 23 "Declaration of the Bab") 997 (holiday-fixed 5 23 "Declaration of the Bab")
1002 (holiday-fixed 5 29 "Ascension of Baha'u'llah") 998 (holiday-fixed 5 29 "Ascension of Baha'u'llah")
1003 (holiday-fixed 7 9 "Martyrdom of the Bab") 999 (holiday-fixed 7 9 "Martyrdom of the Bab")
1004 (holiday-fixed 10 20 "Birth of the Bab") 1000 (holiday-fixed 10 20 "Birth of the Bab")
1005 (holiday-fixed 11 12 "Birth of Baha'u'llah")) 1001 (holiday-fixed 11 12 "Birth of Baha'u'llah")
1002 (if all-bahai-calendar-holidays
1003 (append
1004 (holiday-fixed 11 26 "Day of the Covenant")
1005 (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha"))))
1006 "Baha'i holidays. 1006 "Baha'i holidays.
1007 See the documentation for `calendar-holidays' for details." 1007 See the documentation for `calendar-holidays' for details."
1008 :type 'sexp 1008 :type 'sexp
1009 :group 'holidays) 1009 :group 'holidays)
1010 ;;;###autoload 1010 ;;;###autoload