1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(coptic-name): defvar rather than defconst.

This commit is contained in:
Glenn Morris 2003-08-03 13:53:54 +00:00
parent 40a485cfff
commit 55d2d63464

View File

@ -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."