diff options
| -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." | |||
| 172 | ["Maskarram" "Tekemt" "Hadar" "Tahsas" "Tarr" "Yekatit" "Magawit" "Miaziah" | 172 | ["Maskarram" "Tekemt" "Hadar" "Tahsas" "Tarr" "Yekatit" "Magawit" "Miaziah" |
| 173 | "Genbot" "Sanni" "Hamle" "Nas'hi" "Pagnem"]) | 173 | "Genbot" "Sanni" "Hamle" "Nas'hi" "Pagnem"]) |
| 174 | 174 | ||
| 175 | (defconst ethiopic-calendar-epoch (calendar-absolute-from-julian '(8 29 7)) | 175 | (defconst ethiopic-calendar-epoch -2006079 |
| 176 | "Absolute date of start of Ethiopic calendar = August 29, 7 A.D. (Julian).") | 176 | "Absolute date of start of Ethiopic calendar = August 29, 5493 B.C.E. (Julian).") |
| 177 | 177 | ||
| 178 | (defconst ethiopic-name "Ethiopic") | 178 | (defconst ethiopic-name "Ethiopic") |
| 179 | 179 | ||