changeset 93646:a1ece6da90e8

(calendar-mayan-long-count-to-absolute): Keep old name as alias.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Apr 2008 07:30:39 +0000
parents 8b04f0b12fa3
children 447b30ba4c57
files lisp/calendar/cal-mayan.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-mayan.el	Fri Apr 04 07:27:24 2008 +0000
+++ b/lisp/calendar/cal-mayan.el	Fri Apr 04 07:30:39 2008 +0000
@@ -345,6 +345,9 @@
      ;; 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)))