Mercurial > emacs
changeset 13575:197015b859ab
Fix starting date of Ethiopic calendar.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Fri, 17 Nov 1995 17:40:02 +0000 |
parents | c5d4269e17d9 |
children | 38c6a718abb8 |
files | lisp/calendar/cal-coptic.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-coptic.el Fri Nov 17 17:38:52 1995 +0000 +++ b/lisp/calendar/cal-coptic.el Fri Nov 17 17:40:02 1995 +0000 @@ -172,8 +172,8 @@ ["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")