mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-19 04:21:45 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue