/[emacs]/emacs/lisp/calendar/calendar.el
ViewVC logotype

Diff of /emacs/lisp/calendar/calendar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148.2.2 by miles, Mon Jun 28 07:29:40 2004 UTC revision 1.148.2.3 by miles, Sat Sep 25 12:05:36 2004 UTC
# Line 4  Line 4 
4  ;;      2000, 2001, 2003, 2004 Free Software Foundation, Inc.  ;;      2000, 2001, 2003, 2004 Free Software Foundation, Inc.
5    
6  ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>  ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
7    ;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk>
8  ;; Keywords: calendar  ;; Keywords: calendar
9  ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays  ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
10    
# Line 1046  See the documentation for `calendar-holi Line 1047  See the documentation for `calendar-holi
1047  (defcustom christian-holidays  (defcustom christian-holidays
1048    '((if all-christian-calendar-holidays    '((if all-christian-calendar-holidays
1049          (holiday-fixed 1 6 "Epiphany"))          (holiday-fixed 1 6 "Epiphany"))
1050      (holiday-easter-etc)      (holiday-easter-etc 0 "Easter Sunday")
1051        (holiday-easter-etc -2 "Good Friday")
1052        (holiday-easter-etc -46 "Ash Wednesday")
1053        (if all-christian-calendar-holidays
1054            (holiday-easter-etc -63 "Septuagesima Sunday"))
1055        (if all-christian-calendar-holidays
1056            (holiday-easter-etc -56 "Sexagesima Sunday"))
1057        (if all-christian-calendar-holidays
1058            (holiday-easter-etc -49 "Shrove Sunday"))
1059        (if all-christian-calendar-holidays
1060            (holiday-easter-etc -48 "Shrove Monday"))
1061        (if all-christian-calendar-holidays
1062            (holiday-easter-etc -47 "Shrove Tuesday"))
1063        (if all-christian-calendar-holidays
1064            (holiday-easter-etc -14 "Passion Sunday"))
1065        (if all-christian-calendar-holidays
1066            (holiday-easter-etc -7 "Palm Sunday"))
1067        (if all-christian-calendar-holidays
1068            (holiday-easter-etc -3 "Maundy Thursday"))
1069        (if all-christian-calendar-holidays
1070            (holiday-easter-etc 35 "Rogation Sunday"))
1071        (if all-christian-calendar-holidays
1072            (holiday-easter-etc 39 "Ascension Day"))
1073        (if all-christian-calendar-holidays
1074            (holiday-easter-etc 49 "Pentecost (Whitsunday)"))
1075        (if all-christian-calendar-holidays
1076            (holiday-easter-etc 50 "Whitmonday"))
1077        (if all-christian-calendar-holidays
1078            (holiday-easter-etc 56 "Trinity Sunday"))
1079        (if all-christian-calendar-holidays
1080            (holiday-easter-etc 60 "Corpus Christi"))
1081      (if all-christian-calendar-holidays      (if all-christian-calendar-holidays
1082          (holiday-greek-orthodox-easter))          (holiday-greek-orthodox-easter))
1083      (if all-christian-calendar-holidays      (if all-christian-calendar-holidays
1084          (holiday-fixed 8 15 "Assumption"))          (holiday-fixed 8 15 "Assumption"))
1085      (if all-christian-calendar-holidays      (if all-christian-calendar-holidays
1086          (holiday-advent))          (holiday-advent 0 "Advent"))
1087      (holiday-fixed 12 25 "Christmas")      (holiday-fixed 12 25 "Christmas")
1088      (if all-christian-calendar-holidays      (if all-christian-calendar-holidays
1089          (holiday-julian 12 25 "Eastern Orthodox Christmas")))          (holiday-julian 12 25 "Eastern Orthodox Christmas")))

Legend:
Removed from v.1.148.2.2  
changed lines
  Added in v.1.148.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26