Function: diary-ethiopic-date
diary-ethiopic-date is an autoloaded and byte-compiled function
defined in cal-coptic.el.gz.
Signature
(diary-ethiopic-date)
Documentation
Ethiopic calendar equivalent of date diary entry.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-coptic.el.gz
;; To be called from diary-list-sexp-entries, where DATE is bound.
;;;###diary-autoload
(defun diary-ethiopic-date ()
"Ethiopic calendar equivalent of date diary entry."
(let ((calendar-coptic-epoch calendar-ethiopic-epoch)
(calendar-coptic-name calendar-ethiopic-name)
(calendar-coptic-month-name-array calendar-ethiopic-month-name-array))
(diary-coptic-date)))