From 43c783b89abb1f6eff8c8490e88b3c4863a6f60b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 23 Apr 2008 03:00:29 +0000 Subject: [PATCH] (holiday-oriental-holidays): Add more holidays. --- lisp/calendar/holidays.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- 2.39.5