# HG changeset patch # User Glenn Morris # Date 1207292759 0 # Node ID bab9812286c1be9f77c7cfc2dcc689b48005fa58 # Parent 60b7d8c48c079ece134fb852082bfc5990abfaca Update for cal-julian name changes. diff -r 60b7d8c48c07 -r bab9812286c1 lisp/calendar/cal-coptic.el --- 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"