From: Stefan Monnier Date: Tue, 8 Sep 2015 20:45:14 +0000 (-0400) Subject: * lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec X-Git-Tag: emacs-25.0.90~1224^2~189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f201dfd377cc35c79bcee7ca8da07c41fb33591f;p=emacs.git * lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec --- 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 LOW), type 2 is the list (HIGH LOW MICRO), and type 3 is the list (HIGH LOW MICRO PICO)." (declare (indent 1) - (debug ((&rest (symbolp symbolp symbolp &or [symbolp form] form)) + (debug ((&rest (symbolp symbolp symbolp + &or [symbolp symbolp form] [symbolp form] form)) body))) (if varlist (let* ((elt (pop varlist))