changeset 52111:e6182946cacd

(coptic-name): defvar rather than defconst.
author Glenn Morris <rgm@gnu.org>
date Sun, 03 Aug 2003 13:53:54 +0000
parents 5ca811ff0e7a
children e7d0572ccca5
files lisp/calendar/cal-coptic.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-coptic.el	Sun Aug 03 12:34:11 2003 +0000
+++ b/lisp/calendar/cal-coptic.el	Sun Aug 03 13:53:54 2003 +0000
@@ -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."