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: Tue, 27 Nov 2007 04:17:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/27 04:17:22

Index: holidays.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/holidays.el,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- holidays.el 22 Nov 2007 04:16:40 -0000      1.55
+++ holidays.el 27 Nov 2007 04:17:22 -0000      1.56
@@ -488,6 +488,9 @@
        (list (list (calendar-gregorian-from-absolute (+ abs-easter n))
                    string))))))
 
+;; Prior call to calendar-julian-from-absolute will autoload cal-julian.
+(declare-function calendar-absolute-from-julian "cal-julian" (date))
+
 (defun holiday-greek-orthodox-easter ()
   "Date of Easter according to the rule of the Council of Nicaea."
   (let ((m displayed-month)




reply via email to

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