aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/time-date.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/time-date.el')
-rw-r--r--lisp/calendar/time-date.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el
index bd1e7a88f16..83764074eec 100644
--- a/lisp/calendar/time-date.el
+++ b/lisp/calendar/time-date.el
@@ -161,7 +161,7 @@ If DATE lacks time zone information, local time is assumed."
161 (encode-time parsed)) 161 (encode-time parsed))
162 (error 162 (error
163 (if (equal err '(error "Specified time is not representable")) 163 (if (equal err '(error "Specified time is not representable"))
164 (signal (car err) (cdr err)) 164 (signal err)
165 (error "Invalid date: %s" date))))) 165 (error "Invalid date: %s" date)))))
166 166
167;;;###autoload 167;;;###autoload