diff options
| author | Katsumi Yamaoka | 2013-09-17 14:08:24 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-09-17 14:08:24 +0000 |
| commit | 4e0bf886e03d5b3f4b73b3196c8aa54974209676 (patch) | |
| tree | 9844d90c66cb11140c8770c45f9261d1433e2a88 | |
| parent | 2cd98812779dd3254b4956ea39d6e6338f3feb8d (diff) | |
| download | emacs-4e0bf886e03d5b3f4b73b3196c8aa54974209676.tar.gz emacs-4e0bf886e03d5b3f4b73b3196c8aa54974209676.zip | |
gnus-int.el (gnus-open-server): Silence compiler
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-int.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 18e0e3b25b1..f9c0c7b287e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 2 | ||
| 3 | * gnus-int.el (gnus-open-server): Silence compiler. | ||
| 4 | |||
| 3 | * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag. | 5 | * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag. |
| 4 | 6 | ||
| 5 | * message.el (message-display-completion-list): Abolish. | 7 | * message.el (message-display-completion-list): Abolish. |
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index f0cf0daed01..2de6ce0fce1 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -302,7 +302,7 @@ If it is down, start it up (again)." | |||
| 302 | (setcar | 302 | (setcar |
| 303 | (cdr elem) | 303 | (cdr elem) |
| 304 | (cond (result | 304 | (cond (result |
| 305 | (if (eq open-server-function #'nnagent-open-server) | 305 | (if (eq open-server-function 'nnagent-open-server) |
| 306 | ;; The agent's backend has a "special" status | 306 | ;; The agent's backend has a "special" status |
| 307 | 'offline | 307 | 'offline |
| 308 | 'ok)) | 308 | 'ok)) |