diff options
author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1995-11-17 17:40:02 +0000 |
---|---|---|
committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1995-11-17 17:40:02 +0000 |
commit | a339bbef091e4cb78f7798c1a1bb5005a3df877b (patch) | |
tree | 1531347fb826ffd59c7370d38d7c9b7fd15cdc3d /lisp/calendar/cal-coptic.el | |
parent | 00e3e480f909095ac14ec58c849e10aef270324f (diff) | |
download | emacs-a339bbef091e4cb78f7798c1a1bb5005a3df877b.tar.gz |
Fix starting date of Ethiopic calendar.
Diffstat (limited to 'lisp/calendar/cal-coptic.el')
-rw-r--r-- | lisp/calendar/cal-coptic.el | 4 |
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") |