diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-04 07:06:53 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-04 07:06:53 +0000 |
commit | 5c645a20f4a14a95d8363488c44a402d14adad1c (patch) | |
tree | 023a58688dddb9dd0754f8c375bc5210a908257f /lisp/calendar/holidays.el | |
parent | bd773d17f8630129e0768e77a05801d6708f7c91 (diff) | |
download | emacs-5c645a20f4a14a95d8363488c44a402d14adad1c.tar.gz |
Update for cal-julian name changes.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r-- | lisp/calendar/holidays.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 67f53af7e51..8660d247d98 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -439,7 +439,7 @@ is non-nil)." (list (list greg string)))))) ;; Prior call to calendar-julian-from-absolute will autoload cal-julian. -(declare-function calendar-absolute-from-julian "cal-julian" (date)) +(declare-function calendar-julian-to-absolute "cal-julian" (date)) (defun holiday-greek-orthodox-easter () "Date of Easter according to the rule of the Council of Nicaea." @@ -456,7 +456,7 @@ is non-nil)." (* 11 (% julian-year 19))) 30)) (paschal-moon ; day after full moon on or after March 21 - (- (calendar-absolute-from-julian (list 4 19 julian-year)) + (- (calendar-julian-to-absolute (list 4 19 julian-year)) shifted-epact)) (nicaean-easter ; Sunday following the Paschal moon (calendar-gregorian-from-absolute |