From 179bd1b35f03b4916371211becccb07bf0baf304 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Thu, 15 Feb 1996 15:18:38 +0000 Subject: [PATCH] Coorect Ethiopic epoch and some spelling errors. --- lisp/calendar/cal-coptic.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el index ef7fded808e..6fce26c5013 100644 --- a/lisp/calendar/cal-coptic.el +++ b/lisp/calendar/cal-coptic.el @@ -39,8 +39,8 @@ (require 'cal-julian) (defvar coptic-calendar-month-name-array - ["Tot" "Babe" "Hatur" "Kihak" "Tube" "Amshir" "Baramhat" "Barmuda" - "Bashnas" "Bauna" "Abib" "Misra" "Nisi"]) + ["Tut" "Babah" "Hatur" "Kiyahk" "Tubah" "Amshir" "Baramhat" "Barmundah" + "Bashans" "Baunah" "Abib" "Misra" "al-Nasi"]) (defvar coptic-calendar-epoch (calendar-absolute-from-julian '(8 29 284)) "Absolute date of start of Coptic calendar = August 29, 284 A.D. (Julian).") @@ -170,11 +170,11 @@ Echo Coptic date unless NOECHO is t." f))) (defconst ethiopic-calendar-month-name-array - ["Maskarram" "Tekemt" "Hadar" "Tahsas" "Tarr" "Yekatit" "Magawit" "Miaziah" - "Genbot" "Sanni" "Hamle" "Nas'hi" "Pagnem"]) + ["Maskaram" "Teqemt" "Khedar" "Takhsas" "Ter" "Yakatit" "Magabit" "Miyazya" + "Genbot" "Sane" "Hamle" "Nahas" "Paguem"]) -(defconst ethiopic-calendar-epoch -2006079 - "Absolute date of start of Ethiopic calendar = August 29, 5493 B.C.E. (Julian).") +(defconst ethiopic-calendar-epoch 2430 + "Absolute date of start of Ethiopic calendar = August 29, 7 C.E. (Julian).") (defconst ethiopic-name "Ethiopic") -- 2.39.2