aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
49(defvar coptic-calendar-epoch (calendar-absolute-from-julian '(8 29 284)) 49(defvar coptic-calendar-epoch (calendar-absolute-from-julian '(8 29 284))
50 "Absolute date of start of Coptic calendar = August 29, 284 A.D. (Julian).") 50 "Absolute date of start of Coptic calendar = August 29, 284 A.D. (Julian).")
51 51
52(defconst coptic-name "Coptic") 52(defvar coptic-name "Coptic")
53 53
54(defun coptic-calendar-leap-year-p (year) 54(defun coptic-calendar-leap-year-p (year)
55 "True if YEAR is a leap year on the Coptic calendar." 55 "True if YEAR is a leap year on the Coptic calendar."