]> git.eshelyaron.com Git - emacs.git/commitdiff
(holiday-oriental-holidays): Add more holidays.
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Apr 2008 03:00:29 +0000 (03:00 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Apr 2008 03:00:29 +0000 (03:00 +0000)
lisp/calendar/holidays.el

index 0393f9906294d6034e572c4e05b237935997bb92..8a994c7e269975900bf9bb9d0fd842bc4ba0d4ca 100644 (file)
@@ -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