[gnus git] branch master updated: m0-7-243-g007229c =1= gnus-salt.el (gnus--let-eval): Silence the Buildbot
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 007229ca8173ab8b382f6c9d20dd1b3c78af0c17 (commit)
from d6e393a825fd2879a2b06de555424acc401d7751 (commit)
- Log -----------------------------------------------------------------
commit 007229ca8173ab8b382f6c9d20dd1b3c78af0c17
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Nov 6 05:59:59 2013 +0000
gnus-salt.el (gnus--let-eval): Silence the Buildbot
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ef841d3..9e12a35 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-06 Katsumi Yamaoka <[email protected]>
+
+ * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
+
2013-11-05 Katsumi Yamaoka <[email protected]>
* gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
diff --git a/lisp/gnus-salt.el b/lisp/gnus-salt.el
index 77fe0d3..af93688 100644
--- a/lisp/gnus-salt.el
+++ b/lisp/gnus-salt.el
@@ -652,7 +652,7 @@ BINDINGS is a `let'-style list of bindings to use for the environment.
EVALSYM is then bound in BODY to a function that takes a sexp and evaluates
it in the environment specified by BINDINGS."
(declare (indent 2) (debug ((&rest (sym form)) sym body)))
- (if (ignore-errors (let ((x 3)) (eq (eval '(- x 1) '((x . 4))) x)))
+ (if (eval '(ignore-errors (let ((x 3)) (eq (eval '(- x 1) '((x . 4))) x))))
;; Use lexical vars if possible.
`(let* ((env (list ,@(mapcar (lambda (binding)
`(cons ',(car binding) ,(cadr binding)))
-----------------------------------------------------------------------
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/gnus-salt.el | 2 +-
2 files changed, 5 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