summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-mayan.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-04 07:30:39 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-04 07:30:39 +0000
commit7fa4d82445202fe139d0bdcdf627c75e45d94890 (patch)
treef24af12a057bb70931e49884e4a9505dace1f661 /lisp/calendar/cal-mayan.el
parent7a6bd764df2b4c7df9ef625ac5b031f754ca248d (diff)
downloademacs-7fa4d82445202fe139d0bdcdf627c75e45d94890.tar.gz
(calendar-mayan-long-count-to-absolute): Keep old name as alias.
Diffstat (limited to 'lisp/calendar/cal-mayan.el')
-rw-r--r--lisp/calendar/cal-mayan.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el
index 176e32208c3..0dd78edebfa 100644
--- a/lisp/calendar/cal-mayan.el
+++ b/lisp/calendar/cal-mayan.el
@@ -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)))