mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
Use gmm-called-interactively-p in Gnus
* lisp/gnus/gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p.
This commit is contained in:
parent
40d67a3b0b
commit
56dfd3de9c
@ -1167,7 +1167,7 @@ articles in the topic and its subtopics."
|
||||
(remove-hook 'gnus-check-bogus-groups-hook 'gnus-topic-clean-alist)
|
||||
(setq gnus-group-prepare-function 'gnus-group-prepare-flat)
|
||||
(setq gnus-group-sort-alist-function 'gnus-group-sort-flat))
|
||||
(when (called-interactively-p 'any)
|
||||
(when (gmm-called-interactively-p 'any)
|
||||
(gnus-group-list-groups))))
|
||||
|
||||
(defun gnus-topic-select-group (&optional all)
|
||||
|
Loading…
Reference in New Issue
Block a user