diff options
| -rw-r--r-- | lisp/gnus/gnus.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnatom.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index bc8819dc967..f1fc129a505 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1360,7 +1360,7 @@ slower." | |||
| 1360 | ("nnimap" post-mail address prompt-address physical-address respool | 1360 | ("nnimap" post-mail address prompt-address physical-address respool |
| 1361 | server-marks cloud) | 1361 | server-marks cloud) |
| 1362 | ("nnmaildir" mail respool address server-marks) | 1362 | ("nnmaildir" mail respool address server-marks) |
| 1363 | ("nnatom" address) | 1363 | ("nnatom" none address) |
| 1364 | ("nnnil" none)) | 1364 | ("nnnil" none)) |
| 1365 | "An alist of valid select methods. | 1365 | "An alist of valid select methods. |
| 1366 | The first element of each list lists should be a string with the name | 1366 | The first element of each list lists should be a string with the name |
diff --git a/lisp/gnus/nnatom.el b/lisp/gnus/nnatom.el index e8dfa12aff5..add9ae2dff9 100644 --- a/lisp/gnus/nnatom.el +++ b/lisp/gnus/nnatom.el | |||
| @@ -269,7 +269,7 @@ return the subject. Otherwise, return nil." | |||
| 269 | (defvoo nnatom-read-parts-function #'nnatom--read-parts | 269 | (defvoo nnatom-read-parts-function #'nnatom--read-parts |
| 270 | nil nnfeed-read-parts-function) | 270 | nil nnfeed-read-parts-function) |
| 271 | 271 | ||
| 272 | (gnus-declare-backend (symbol-name nnatom-backend) 'address) | 272 | (gnus-declare-backend (symbol-name nnatom-backend) 'none 'address) |
| 273 | 273 | ||
| 274 | (provide 'nnatom) | 274 | (provide 'nnatom) |
| 275 | 275 | ||