Mercurial > emacs
changeset 93585:156256220c12
(bahai-holidays): Re-order.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 03 Apr 2008 04:49:18 +0000 |
parents | ca6f6d9b45e2 |
children | 0987ba5aef55 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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