]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-absolute-from-julian): Declare as a function.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 04:17:22 +0000 (04:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 04:17:22 +0000 (04:17 +0000)
lisp/calendar/holidays.el

index 18a243527490abfafc3c30a86bb5f3ce6beadc92..cee571f5f1c1e2d5ce734c9bd178e0ea030ec6fe 100644 (file)
@@ -488,6 +488,9 @@ is non-nil)."
        (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)