summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-coptic.el
diff options
context:
space:
mode:
authorEdward M. Reingold <reingold@emr.cs.iit.edu>1995-11-17 17:40:02 +0000
committerEdward M. Reingold <reingold@emr.cs.iit.edu>1995-11-17 17:40:02 +0000
commita339bbef091e4cb78f7798c1a1bb5005a3df877b (patch)
tree1531347fb826ffd59c7370d38d7c9b7fd15cdc3d /lisp/calendar/cal-coptic.el
parent00e3e480f909095ac14ec58c849e10aef270324f (diff)
downloademacs-a339bbef091e4cb78f7798c1a1bb5005a3df877b.tar.gz
Fix starting date of Ethiopic calendar.
Diffstat (limited to 'lisp/calendar/cal-coptic.el')
-rw-r--r--lisp/calendar/cal-coptic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el
index 04b786ec84c..12c46865e70 100644
--- a/lisp/calendar/cal-coptic.el
+++ b/lisp/calendar/cal-coptic.el
@@ -172,8 +172,8 @@ Echo Coptic date unless NOECHO is t."
["Maskarram" "Tekemt" "Hadar" "Tahsas" "Tarr" "Yekatit" "Magawit" "Miaziah"
"Genbot" "Sanni" "Hamle" "Nas'hi" "Pagnem"])
-(defconst ethiopic-calendar-epoch (calendar-absolute-from-julian '(8 29 7))
- "Absolute date of start of Ethiopic calendar = August 29, 7 A.D. (Julian).")
+(defconst ethiopic-calendar-epoch -2006079
+ "Absolute date of start of Ethiopic calendar = August 29, 5493 B.C.E. (Julian).")
(defconst ethiopic-name "Ethiopic")