summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-mayan.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-07 20:55:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-07 20:55:00 +0000
commitd33b3958453161f3d0586ad65a1d53873dfa9439 (patch)
treef8175a184798a6677afbcbf3dd40f2831e42bd2b /lisp/calendar/cal-mayan.el
parentea5ccb55d380d2d6bd041b280ca8e99305c8dcd4 (diff)
downloademacs-d33b3958453161f3d0586ad65a1d53873dfa9439.tar.gz
(calendar-print-mayan-date): Use new error arg to calendar-cursor-to-date.
Diffstat (limited to 'lisp/calendar/cal-mayan.el')
-rw-r--r--lisp/calendar/cal-mayan.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el
index 25e3c7dc2cb..ab605f3ab4a 100644
--- a/lisp/calendar/cal-mayan.el
+++ b/lisp/calendar/cal-mayan.el
@@ -1,6 +1,6 @@
;;; cal-mayan.el --- calendar functions for the Mayan calendars.
-;; Copyright (C) 1992 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993 Free Software Foundation, Inc.
;; Author: Stewart M. Clamen <clamen@cs.cmu.edu>
;; Edward M. Reingold <reingold@cs.uiuc.edu>
@@ -345,9 +345,7 @@ Defaults to today's date if DATE is not given."
"Show the Mayan long count, tzolkin, and haab equivalents of date."
(interactive)
(message "Mayan date: %s"
- (calendar-mayan-date-string
- (or (calendar-cursor-to-date)
- (error "Cursor is not on a date!")))))
+ (calendar-mayan-date-string (calendar-cursor-to-date t))))
(defun calendar-goto-mayan-long-count-date (date &optional noecho)
"Move cursor to Mayan long count DATE. Echo Mayan date unless NOECHO is t."