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:
parent
2cd9881277
commit
4e0bf886e0
@ -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.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user