Mercurial > emacs
changeset 93638:bab9812286c1
Update for cal-julian name changes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 04 Apr 2008 07:05:59 +0000 |
parents | 60b7d8c48c07 |
children | d4a308909857 |
files | lisp/calendar/cal-coptic.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-coptic.el Fri Apr 04 07:05:44 2008 +0000 +++ b/lisp/calendar/cal-coptic.el Fri Apr 04 07:05:59 2008 +0000 @@ -41,10 +41,10 @@ "Array of the month names in the Coptic calendar.") (eval-and-compile - (autoload 'calendar-absolute-from-julian "cal-julian")) + (autoload 'calendar-julian-to-absolute "cal-julian")) (defvar coptic-calendar-epoch - (eval-when-compile (calendar-absolute-from-julian '(8 29 284))) + (eval-when-compile (calendar-julian-to-absolute '(8 29 284))) "Absolute date of start of Coptic calendar = August 29, 284 AD (Julian).") (defvar coptic-name "Coptic"