1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

gnus-int.el (gnus-open-server): Silence compiler

This commit is contained in:
Katsumi Yamaoka 2013-09-17 14:08:24 +00:00
parent 2cd9881277
commit 4e0bf886e0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
* 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.

View File

@ -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))