summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-23 03:00:29 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-23 03:00:29 +0000
commit43c783b89abb1f6eff8c8490e88b3c4863a6f60b (patch)
tree6fa84857bf3a7212fbc1d619a94822bf0576c65c /lisp/calendar
parent7717093cb56b59f41960bbc0c681ee466f27763e (diff)
downloademacs-43c783b89abb1f6eff8c8490e88b3c4863a6f60b.tar.gz
(holiday-oriental-holidays): Add more holidays.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/holidays.el13
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 0393f990629..8a994c7e269 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -74,9 +74,20 @@ See the documentation for `calendar-holidays' for details."
;;;###autoload
(defcustom holiday-oriental-holidays
- '((holiday-chinese-new-year))
+ '((holiday-chinese-new-year)
+ (if calendar-chinese-all-holidays-flag
+ (append
+ (holiday-chinese 1 15 "Lantern Festival")
+ (holiday-chinese-qingming)
+ (holiday-chinese 5 5 "Dragon Boat Festival")
+ (holiday-chinese 7 7 "Double Seventh Festival")
+ (holiday-chinese 8 15 "Mid-Autumn Festival")
+ (holiday-chinese 9 9 "Double Ninth Festival")
+ (holiday-chinese-winter-solstice)
+ )))
"Oriental holidays.
See the documentation for `calendar-holidays' for details."
+ :version "23.1" ; added more holidays
:type 'sexp
:group 'holidays)
;;;###autoload