emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v
Date: Wed, 23 Apr 2008 03:00:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/23 03:00:29

Index: holidays.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/holidays.el,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- holidays.el 11 Apr 2008 03:48:37 -0000      1.77
+++ holidays.el 23 Apr 2008 03:00:29 -0000      1.78
@@ -74,9 +74,20 @@
 
 ;;;###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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]