]> git.eshelyaron.com Git - emacs.git/commit
Add (semi-redundant) fix to nnatom backend declaration
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 29 Apr 2024 20:13:38 +0000 (13:13 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 30 Apr 2024 07:33:28 +0000 (09:33 +0200)
commitc97b4067e023b358d8e1ba0f90d63101deef8baa
tree0dd3554e624ab38fae0547764cc0e7f002f57966
parent68de70a158a0a0554abb399148900e8daee53c54
Add (semi-redundant) fix to nnatom backend declaration

* lisp/gnus/gnus.el (gnus-valid-select-methods): We need a value for
post/mail/none in order to conform to the option type.
* lisp/gnus/nnatom.el: This call to gnus-declare-backend does the exact
same thing as above, and needs to be adjusted accordingly.

(cherry picked from commit 97a2710554fbd10a0c866e890f507e391620e769)
lisp/gnus/gnus.el
lisp/gnus/nnatom.el