[gnus git] branch master updated: m0-13-70-g00fbe7e =1= time-date.el (with-decoded-time-value): Fix debug spec
Katsumi Yamaoka <[email protected]> Wed, 09 Sep 2015 00:10:09 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 00fbe7e7f11942c2d26e357f0316e4f9605c325a (commit)
from 60545a557b301dbd2dd5b06e2b97773da212179d (commit)
- Log -----------------------------------------------------------------
commit 00fbe7e7f11942c2d26e357f0316e4f9605c325a
Author: Stefan Monnier <[email protected]>
Date: Tue Sep 8 22:10:00 2015 +0000
time-date.el (with-decoded-time-value): Fix debug spec
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3af835..e3782bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-08 Stefan Monnier <[email protected]>
+
+ * time-date.el (with-decoded-time-value): Fix debug spec.
+
2015-09-08 Paul Eggert <[email protected]>
* nnmairix.el (nnmairix-widget-create-query):
diff --git a/lisp/time-date.el b/lisp/time-date.el
index bb7e97e..f30bea8 100644
--- a/lisp/time-date.el
+++ b/lisp/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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/time-date.el | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project