diff options
author | Glenn Morris <rgm@gnu.org> | 2003-08-03 13:53:54 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2003-08-03 13:53:54 +0000 |
commit | 55d2d6346484da59e5755ee264e3a96a2a6a8598 (patch) | |
tree | ca6e3785b4191bb0a7ae74ca48bb718d5c1b1835 /lisp/calendar/cal-coptic.el | |
parent | 40a485cffffd30d934a593451664f5bde9d055dc (diff) | |
download | emacs-55d2d6346484da59e5755ee264e3a96a2a6a8598.tar.gz emacs-55d2d6346484da59e5755ee264e3a96a2a6a8598.tar.bz2 emacs-55d2d6346484da59e5755ee264e3a96a2a6a8598.zip |
(coptic-name): defvar rather than defconst.
Diffstat (limited to 'lisp/calendar/cal-coptic.el')
-rw-r--r-- | lisp/calendar/cal-coptic.el | 2 |
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." |