From 55d2d6346484da59e5755ee264e3a96a2a6a8598 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 3 Aug 2003 13:53:54 +0000 Subject: (coptic-name): defvar rather than defconst. --- lisp/calendar/cal-coptic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/calendar/cal-coptic.el') 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." -- cgit v1.2.1