emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-mayan.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-mayan.el,v
Date: Fri, 04 Apr 2008 07:30:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/04 07:30:39

Index: cal-mayan.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-mayan.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- cal-mayan.el        4 Apr 2008 07:27:24 -0000       1.40
+++ cal-mayan.el        4 Apr 2008 07:30:39 -0000       1.41
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]