gnus-int.el (gnus-open-server): Silence compiler
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 17 Sep 2013 14:08:07 +0000 (14:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 17 Sep 2013 14:08:07 +0000 (14:08 +0000)
lisp/ChangeLog
lisp/gnus-int.el

index a993127..9aea114 100644 (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.
index f0cf0da..2de6ce0 100644 (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))