]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 19:50:37 +0000 (19:50 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 19:50:37 +0000 (19:50 +0000)
lisp/calendar/cal-coptic.el

index c22bc65ddc2b4b6852a35f18d303c26ed7e34098..d90526cf6d333c0fcd5f2c6b0843afd22c942788 100644 (file)
@@ -167,6 +167,9 @@ Echo Coptic date unless NOECHO is t."
                (lambda (x) (and (< 0 x) (<= x last))))))
     (list (list month day year))))
 
+(defvar date)
+
+;; To be called from list-sexp-diary-entries, where DATE is bound.
 (defun diary-coptic-date ()
   "Coptic calendar equivalent of date diary entry."
   (let ((f (calendar-coptic-date-string date)))
@@ -230,8 +233,6 @@ Echo Ethiopic date unless NOECHO is t."
                        (calendar-absolute-from-ethiopic date)))
   (or noecho (calendar-print-ethiopic-date)))
 
-(defvar date)
-
 ;; To be called from list-sexp-diary-entries, where DATE is bound.
 (defun diary-ethiopic-date ()
   "Ethiopic calendar equivalent of date diary entry."