summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-coptic.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2003-08-03 13:53:54 +0000
committerGlenn Morris <rgm@gnu.org>2003-08-03 13:53:54 +0000
commit55d2d6346484da59e5755ee264e3a96a2a6a8598 (patch)
treeca6e3785b4191bb0a7ae74ca48bb718d5c1b1835 /lisp/calendar/cal-coptic.el
parent40a485cffffd30d934a593451664f5bde9d055dc (diff)
downloademacs-55d2d6346484da59e5755ee264e3a96a2a6a8598.tar.gz
(coptic-name): defvar rather than defconst.
Diffstat (limited to 'lisp/calendar/cal-coptic.el')
-rw-r--r--lisp/calendar/cal-coptic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el
index 37d45c7ce4c..13c731f98ff 100644
--- a/lisp/calendar/cal-coptic.el
+++ b/lisp/calendar/cal-coptic.el
@@ -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."