diff options
| author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1996-02-15 15:18:38 +0000 |
|---|---|---|
| committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1996-02-15 15:18:38 +0000 |
| commit | 179bd1b35f03b4916371211becccb07bf0baf304 (patch) | |
| tree | 71b343553a64f258bf68b7d984e9defe3f3361cc | |
| parent | 2ae00b00f1265b85a96ab5285c80ae0a16fb79fc (diff) | |
| download | emacs-179bd1b35f03b4916371211becccb07bf0baf304.tar.gz | |
Coorect Ethiopic epoch and some spelling errors.
| -rw-r--r-- | lisp/calendar/cal-coptic.el | 12 |
1 files 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") |
