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/calendar.el [emacs-unicode-


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el [emacs-unicode-2]
Date: Sat, 25 Sep 2004 08:28:39 -0400

Index: emacs/lisp/calendar/calendar.el
diff -c emacs/lisp/calendar/calendar.el:1.148.2.2 
emacs/lisp/calendar/calendar.el:1.148.2.3
*** emacs/lisp/calendar/calendar.el:1.148.2.2   Mon Jun 28 07:29:40 2004
--- emacs/lisp/calendar/calendar.el     Sat Sep 25 12:05:36 2004
***************
*** 4,9 ****
--- 4,10 ----
  ;;    2000, 2001, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Edward M. Reingold <address@hidden>
+ ;; Maintainer: Glenn Morris <address@hidden>
  ;; Keywords: calendar
  ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
  
***************
*** 1046,1058 ****
  (defcustom christian-holidays
    '((if all-christian-calendar-holidays
          (holiday-fixed 1 6 "Epiphany"))
!     (holiday-easter-etc)
      (if all-christian-calendar-holidays
          (holiday-greek-orthodox-easter))
      (if all-christian-calendar-holidays
          (holiday-fixed 8 15 "Assumption"))
      (if all-christian-calendar-holidays
!         (holiday-advent))
      (holiday-fixed 12 25 "Christmas")
      (if all-christian-calendar-holidays
          (holiday-julian 12 25 "Eastern Orthodox Christmas")))
--- 1047,1089 ----
  (defcustom christian-holidays
    '((if all-christian-calendar-holidays
          (holiday-fixed 1 6 "Epiphany"))
!     (holiday-easter-etc 0 "Easter Sunday")
!     (holiday-easter-etc -2 "Good Friday")
!     (holiday-easter-etc -46 "Ash Wednesday")
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -63 "Septuagesima Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -56 "Sexagesima Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -49 "Shrove Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -48 "Shrove Monday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -47 "Shrove Tuesday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -14 "Passion Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -7 "Palm Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc -3 "Maundy Thursday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc 35 "Rogation Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc 39 "Ascension Day"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc 49 "Pentecost (Whitsunday)"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc 50 "Whitmonday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc 56 "Trinity Sunday"))
!     (if all-christian-calendar-holidays
!         (holiday-easter-etc 60 "Corpus Christi"))
      (if all-christian-calendar-holidays
          (holiday-greek-orthodox-easter))
      (if all-christian-calendar-holidays
          (holiday-fixed 8 15 "Assumption"))
      (if all-christian-calendar-holidays
!         (holiday-advent 0 "Advent"))
      (holiday-fixed 12 25 "Christmas")
      (if all-christian-calendar-holidays
          (holiday-julian 12 25 "Eastern Orthodox Christmas")))




reply via email to

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