aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/time-date.el
diff options
context:
space:
mode:
authorStefan Monnier2026-03-09 10:34:05 -0400
committerStefan Monnier2026-03-09 10:34:05 -0400
commit0487d68ab9992be4fa70cfd908909001f71e66af (patch)
tree8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/calendar/time-date.el
parent798dceb467d4ead092979822f24090c8378f8320 (diff)
downloademacs-scratch/error-API.tar.gz
emacs-scratch/error-API.zip
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