comparison lisp/calendar/cal-mayan.el @ 93784:4ad805f0f03f

Comment.
author Glenn Morris <rgm@gnu.org>
date Sun, 06 Apr 2008 20:44:41 +0000
parents a1ece6da90e8
children e49abd957e81
comparison
equal deleted inserted replaced
93783:2d18de0ed108 93784:4ad805f0f03f
381 (define-obsolete-function-alias 'calendar-goto-mayan-long-count-date 381 (define-obsolete-function-alias 'calendar-goto-mayan-long-count-date
382 'calendar-mayan-goto-long-count-date "23.1") 382 'calendar-mayan-goto-long-count-date "23.1")
383 383
384 (defvar date) 384 (defvar date)
385 385
386 ;; To be called from list-sexp-diary-entries, where DATE is bound. 386 ;; To be called from diary-list-sexp-entries, where DATE is bound.
387 ;;;###diary-autoload 387 ;;;###diary-autoload
388 (defun diary-mayan-date () 388 (defun diary-mayan-date ()
389 "Show the Mayan long count, haab, and tzolkin dates as a diary entry." 389 "Show the Mayan long count, haab, and tzolkin dates as a diary entry."
390 (format "Mayan date: %s" (calendar-mayan-date-string date))) 390 (format "Mayan date: %s" (calendar-mayan-date-string date)))
391 391