diff options
| author | Glenn Morris <rgm@gnu.org> | 2007-11-27 04:17:22 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2007-11-27 04:17:22 +0000 |
| commit | cfe199f6802fbc20e6b3a417340e1bae3de9690e (patch) | |
| tree | fcc6c932d85186c7b9f417d61adc6bf9d4841b7f /lisp | |
| parent | e6819dc23c1d166235cb0fd0fada85db54e9d791 (diff) | |
| download | emacs-cfe199f6802fbc20e6b3a417340e1bae3de9690e.tar.gz | |
(calendar-absolute-from-julian): Declare as a function.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/holidays.el | 3 |
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)." (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) |
