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: Wed, 26 Mar 2008 03:10:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/26 03:10:05

Index: cal-coptic.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-coptic.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- cal-coptic.el       25 Mar 2008 03:40:53 -0000      1.31
+++ cal-coptic.el       26 Mar 2008 03:10:04 -0000      1.32
@@ -36,7 +36,7 @@
 
 ;;; Code:
 
-(require 'cal-julian)
+(require 'calendar)
 
 ;; Not constants because they get let-bound.
 
@@ -45,7 +45,11 @@
    "Bashans" "Baunah" "Abib" "Misra" "al-Nasi"]
   "Array of the month names in the Coptic calendar.")
 
-(defvar coptic-calendar-epoch (calendar-absolute-from-julian '(8 29 284))
+(eval-and-compile
+  (autoload 'calendar-absolute-from-julian "cal-julian"))
+
+(defvar coptic-calendar-epoch
+  (eval-when-compile (calendar-absolute-from-julian '(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]