]> git.eshelyaron.com Git - emacs.git/commitdiff
(coptic-name): defvar rather than defconst.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Aug 2003 13:53:54 +0000 (13:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Aug 2003 13:53:54 +0000 (13:53 +0000)
lisp/calendar/cal-coptic.el

index 37d45c7ce4c90327048a092d7352914d9401f5c2..13c731f98ff896b5b0a346124e53522d7f6a65bb 100644 (file)
@@ -49,7 +49,7 @@
 (defvar coptic-calendar-epoch (calendar-absolute-from-julian '(8 29 284))
   "Absolute date of start of Coptic calendar = August 29, 284 A.D. (Julian).")
 
-(defconst coptic-name "Coptic")
+(defvar coptic-name "Coptic")
 
 (defun coptic-calendar-leap-year-p (year)
   "True if YEAR is a leap year on the Coptic calendar."