changeset 86494:d3d37fadd367

(calendar-absolute-from-julian): Declare as a function.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Nov 2007 04:17:22 +0000
parents 93da3d3f787e
children 65af9ed993be
files lisp/calendar/holidays.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/holidays.el	Tue Nov 27 04:16:37 2007 +0000
+++ b/lisp/calendar/holidays.el	Tue Nov 27 04:17:22 2007 +0000
@@ -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)