# HG changeset patch # User Glenn Morris # Date 1059918834 0 # Node ID e6182946cacdbbe15a4dc9f379a2c9c8ce0a95c8 # Parent 5ca811ff0e7a6c2a81354a6ba7b96baff31f6811 (coptic-name): defvar rather than defconst. diff -r 5ca811ff0e7a -r e6182946cacd lisp/calendar/cal-coptic.el --- 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."