emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 56dfd3d: Use gmm-called-interactively-p in Gnus


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 56dfd3d: Use gmm-called-interactively-p in Gnus
Date: Mon, 13 Apr 2015 23:43:16 +0000

branch: master
commit 56dfd3de9c63dbb6325129de8e38c420808146c9
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    Use gmm-called-interactively-p in Gnus
    
    * lisp/gnus/gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p.
---
 lisp/gnus/gnus-topic.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index 47cdcbc..656ef80 100644
--- a/lisp/gnus/gnus-topic.el
+++ b/lisp/gnus/gnus-topic.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]