emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-coptic.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-coptic.el,v
Date: Fri, 04 Apr 2008 07:05:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/04 07:05:59

Index: cal-coptic.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-coptic.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- cal-coptic.el       1 Apr 2008 02:39:40 -0000       1.33
+++ cal-coptic.el       4 Apr 2008 07:05:59 -0000       1.34
@@ -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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]