aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2015-09-08 16:45:14 -0400
committerStefan Monnier2015-09-08 16:45:14 -0400
commitf201dfd377cc35c79bcee7ca8da07c41fb33591f (patch)
tree62b499d8f6d4e6be7d00ab47c5dee875284943eb
parentc825fd7cf94979a7f7c6777c985fd84024535905 (diff)
downloademacs-f201dfd377cc35c79bcee7ca8da07c41fb33591f.tar.gz
emacs-f201dfd377cc35c79bcee7ca8da07c41fb33591f.zip
* lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec
-rw-r--r--lisp/calendar/time-date.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el
index bb7e97ea7f3..f30bea83ed0 100644
--- a/lisp/calendar/time-date.el
+++ b/lisp/calendar/time-date.el
@@ -52,7 +52,8 @@ Type 0 is the cons cell (HIGH . LOW), type 1 is the list (HIGH
52LOW), type 2 is the list (HIGH LOW MICRO), and type 3 is the 52LOW), type 2 is the list (HIGH LOW MICRO), and type 3 is the
53list (HIGH LOW MICRO PICO)." 53list (HIGH LOW MICRO PICO)."
54 (declare (indent 1) 54 (declare (indent 1)
55 (debug ((&rest (symbolp symbolp symbolp &or [symbolp form] form)) 55 (debug ((&rest (symbolp symbolp symbolp
56 &or [symbolp symbolp form] [symbolp form] form))
56 body))) 57 body)))
57 (if varlist 58 (if varlist
58 (let* ((elt (pop varlist)) 59 (let* ((elt (pop varlist))