1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(calendar-mayan-long-count-to-absolute): Keep old name as alias.

This commit is contained in:
Glenn Morris 2008-04-04 07:30:39 +00:00
parent 7a6bd764df
commit 7fa4d82445

View File

@ -345,6 +345,9 @@ Long count is a list (baktun katun tun uinal kin)"
;; Days before absolute date 0.
(- calendar-mayan-days-before-absolute-zero)))
(define-obsolete-function-alias 'calendar-absolute-from-mayan-long-count
'calendar-mayan-long-count-to-absolute "23.1")
(defun calendar-mayan-long-count-common-era (lc)
"Return non-nil if long count LC represents a date in the Common Era."
(let ((base (calendar-mayan-long-count-from-absolute 1)))