From cfe199f6802fbc20e6b3a417340e1bae3de9690e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 27 Nov 2007 04:17:22 +0000 Subject: [PATCH] (calendar-absolute-from-julian): Declare as a function. --- lisp/calendar/holidays.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 18a24352749..cee571f5f1c 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -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) -- 2.11.4.GIT