Mercurial > emacs
changeset 1353:e5334b44bdab
* cal-mayan.el (calendar-print-mayan-date): Fix conversion in
output message.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 06 Oct 1992 15:50:19 +0000 |
parents | a8623439066b |
children | 64d3e2f4b8be |
files | lisp/calendar/cal-mayan.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-mayan.el Tue Oct 06 08:59:39 1992 +0000 +++ b/lisp/calendar/cal-mayan.el Tue Oct 06 15:50:19 1992 +0000 @@ -362,8 +362,8 @@ (long-count (calendar-mayan-long-count-from-absolute d))) (message "Mayan date: Long count = %s; tzolkin = %s; haab = %s" (calendar-mayan-long-count-to-string long-count) - (calendar-mayan-tzolkin-to-string haab) - (calendar-mayan-haab-to-string tzolkin)))) + (calendar-mayan-tzolkin-to-string tzolkin) + (calendar-mayan-haab-to-string haab)))) (defun calendar-goto-mayan-long-count-date (date &optional noecho) "Move cursor to Mayan long count DATE. Echo Mayan date unless NOECHO is t."