From a339bbef091e4cb78f7798c1a1bb5005a3df877b Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Fri, 17 Nov 1995 17:40:02 +0000 Subject: [PATCH] Fix starting date of Ethiopic calendar. --- lisp/calendar/cal-coptic.el | 4 ++-- 1 file 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") -- 2.39.2