emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f201dfd: * lisp/calendar/time-date.el (with-decoded


From: Stefan Monnier
Subject: [Emacs-diffs] master f201dfd: * lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec
Date: Tue, 08 Sep 2015 20:45:18 +0000

branch: master
commit f201dfd377cc35c79bcee7ca8da07c41fb33591f
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/calendar/time-date.el (with-decoded-time-value): Fix debug spec
---
 lisp/calendar/time-date.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el
index bb7e97e..f30bea8 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]