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: Fri, 04 Apr 2008 07:06:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/04 07:06:16

Index: holidays.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/holidays.el,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- holidays.el 4 Apr 2008 04:38:21 -0000       1.72
+++ holidays.el 4 Apr 2008 07:06:16 -0000       1.73
@@ -439,7 +439,7 @@
           (list (list greg string))))))
 
 ;; Prior call to calendar-julian-from-absolute will autoload cal-julian.
-(declare-function calendar-absolute-from-julian "cal-julian" (date))
+(declare-function calendar-julian-to-absolute "cal-julian" (date))
 
 (defun holiday-greek-orthodox-easter ()
   "Date of Easter according to the rule of the Council of Nicaea."
@@ -456,7 +456,7 @@
                 (* 11 (% julian-year 19)))
              30))
          (paschal-moon      ; day after full moon on or after March 21
-          (- (calendar-absolute-from-julian (list 4 19 julian-year))
+          (- (calendar-julian-to-absolute (list 4 19 julian-year))
              shifted-epact))
          (nicaean-easter           ; Sunday following the Paschal moon
           (calendar-gregorian-from-absolute




reply via email to

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