diff options
author | Eric Abrahamsen <eric@ericabrahamsen.net> | 2022-05-04 12:54:37 -0700 |
---|---|---|
committer | Eric Abrahamsen <eric@ericabrahamsen.net> | 2022-05-04 12:54:37 -0700 |
commit | 2b50dbb1a51054f8b6b1214db9dd0a69dd342c93 (patch) | |
tree | b27d308cccda796f1d5510f627b43a9c07927ac8 /lisp/emacs-lisp/lisp-mode.el | |
parent | 78df8a0e3d3cce35fbcc972a62200a9da506a0a1 (diff) | |
download | emacs-2b50dbb1a51054f8b6b1214db9dd0a69dd342c93.tar.gz emacs-2b50dbb1a51054f8b6b1214db9dd0a69dd342c93.tar.bz2 emacs-2b50dbb1a51054f8b6b1214db9dd0a69dd342c93.zip |
Remove bogus mode check from gnus topic update functions
* lisp/gnus/gnus-topic.el (gnus-topic-update-topics-containing-group):
(gnus-topic-update-topic): These functions originally checked to see
if we were in group mode, but later that check was changed to
'gnus-topic-mode, which never passes because 'gnus-topic-mode isn't a
major mode. Revert to checking for 'gnus-group-mode, and use
`derived-mode-p' while we're at it.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
0 files changed, 0 insertions, 0 deletions