[gnus git] branch master updated: m0-7-229-g984ef22 =1= gnus-int.el (gnus-open-server): Silence compiler
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 984ef221ce8bc3d679c56ab276797ea5d007f829 (commit)
from 77fbb40607286b8a7d2b293638f0e3b3488d617b (commit)
- Log -----------------------------------------------------------------
commit 984ef221ce8bc3d679c56ab276797ea5d007f829
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Sep 17 14:08:07 2013 +0000
gnus-int.el (gnus-open-server): Silence compiler
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a993127..9aea114 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-09-17 Katsumi Yamaoka <[email protected]>
+ * gnus-int.el (gnus-open-server): Silence compiler.
+
* mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
* message.el (message-display-completion-list): Abolish.
diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el
index f0cf0da..2de6ce0 100644
--- a/lisp/gnus-int.el
+++ b/lisp/gnus-int.el
@@ -302,7 +302,7 @@ If it is down, start it up (again)."
(setcar
(cdr elem)
(cond (result
- (if (eq open-server-function #'nnagent-open-server)
+ (if (eq open-server-function 'nnagent-open-server)
;; The agent's backend has a "special" status
'offline
'ok))
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-int.el | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
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