aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/holidays.el3
1 files changed, 3 insertions, 0 deletions
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)."
488 (list (list (calendar-gregorian-from-absolute (+ abs-easter n)) 488 (list (list (calendar-gregorian-from-absolute (+ abs-easter n))
489 string)))))) 489 string))))))
490 490
491;; Prior call to calendar-julian-from-absolute will autoload cal-julian.
492(declare-function calendar-absolute-from-julian "cal-julian" (date))
493
491(defun holiday-greek-orthodox-easter () 494(defun holiday-greek-orthodox-easter ()
492 "Date of Easter according to the rule of the Council of Nicaea." 495 "Date of Easter according to the rule of the Council of Nicaea."
493 (let ((m displayed-month) 496 (let ((m displayed-month)