diff options
| author | Jim Blandy | 1992-10-06 15:50:19 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-10-06 15:50:19 +0000 |
| commit | a078803d3e8f15a057e0e2f9cc5371946769c4b4 (patch) | |
| tree | b28fbe66463d218e3c0401a92492d94eadd72c98 | |
| parent | d743a3c876fb12ce883fa0947b993dfdd869edb1 (diff) | |
| download | emacs-a078803d3e8f15a057e0e2f9cc5371946769c4b4.tar.gz emacs-a078803d3e8f15a057e0e2f9cc5371946769c4b4.zip | |
* cal-mayan.el (calendar-print-mayan-date): Fix conversion in
output message.
| -rw-r--r-- | lisp/calendar/cal-mayan.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el index 965909a8214..c0eff55355c 100644 --- a/lisp/calendar/cal-mayan.el +++ b/lisp/calendar/cal-mayan.el | |||
| @@ -362,8 +362,8 @@ under the cursor." | |||
| 362 | (long-count (calendar-mayan-long-count-from-absolute d))) | 362 | (long-count (calendar-mayan-long-count-from-absolute d))) |
| 363 | (message "Mayan date: Long count = %s; tzolkin = %s; haab = %s" | 363 | (message "Mayan date: Long count = %s; tzolkin = %s; haab = %s" |
| 364 | (calendar-mayan-long-count-to-string long-count) | 364 | (calendar-mayan-long-count-to-string long-count) |
| 365 | (calendar-mayan-tzolkin-to-string haab) | 365 | (calendar-mayan-tzolkin-to-string tzolkin) |
| 366 | (calendar-mayan-haab-to-string tzolkin)))) | 366 | (calendar-mayan-haab-to-string haab)))) |
| 367 | 367 | ||
| 368 | (defun calendar-goto-mayan-long-count-date (date &optional noecho) | 368 | (defun calendar-goto-mayan-long-count-date (date &optional noecho) |
| 369 | "Move cursor to Mayan long count DATE. Echo Mayan date unless NOECHO is t." | 369 | "Move cursor to Mayan long count DATE. Echo Mayan date unless NOECHO is t." |