[gnus git] branch master updated: m0-13-100-g239a1db =1= dgnushack.el (byte-optimize-apply): Fix last commit
Katsumi Yamaoka <[email protected]> Wed, 16 Dec 2015 10:57:53 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 239a1dbe33e801128b62b9f2cda70e6227c42a8b (commit)
from e1f185f9105db5ef945c731ff6ca347ed3704adf (commit)
- Log -----------------------------------------------------------------
commit 239a1dbe33e801128b62b9f2cda70e6227c42a8b
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Dec 16 09:57:45 2015 +0000
dgnushack.el (byte-optimize-apply): Fix last commit
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index b2c73e0..9f9ee55 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -272,7 +272,7 @@ in `defcustom' forms."
(when (and (eq last (third form))
(consp last)
(eq 'mapcar (car last))
- (member (nth 1 form) '(''nconc #'nconc)))
+ (member (nth 1 form) '('nconc #'nconc)))
(setq form (cons 'mapcan (cdr last)))))))
(if (featurep 'emacs)
-----------------------------------------------------------------------
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/dgnushack.el | 2 +-
1 file changed, 1 insertion(+), 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