[gnus git] branch master updated: m0-11-216-g87b53a7 =2= lpath.el: Fbind cursor-sensor-mode for XEmacs ; gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p
Katsumi <[email protected]> Tue, 14 Apr 2015 01:45:12 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 87b53a7cf6962e5529f201fea6ad5b7cfdaa3bae (commit)
via 203e67f6f9c3b7a6948a3d83796345919e9cf1f7 (commit)
from 3fbc26c0446ad055ac8d8bc9fdf28bb7c3a73349 (commit)
- Log -----------------------------------------------------------------
commit 87b53a7cf6962e5529f201fea6ad5b7cfdaa3bae
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Apr 13 23:45:02 2015 +0000
lpath.el: Fbind cursor-sensor-mode for XEmacs
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 9fcf885..6adcb66 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -60,9 +60,9 @@
bookmark-default-handler bookmark-get-bookmark-record
bookmark-make-record-default bookmark-prop-get clear-string codepage-setup
coding-system-from-name completion-at-point cp-supported-codepages
- create-image debbugs-gnu delete-overlay detect-coding-string
- display-time-event-handler epg-check-configuration event-click-count
- event-end event-start find-coding-systems-for-charsets
+ create-image debbugs-gnu cursor-sensor-mode delete-overlay
+ detect-coding-string display-time-event-handler epg-check-configuration
+ event-click-count event-end event-start find-coding-systems-for-charsets
find-coding-systems-region find-coding-systems-string find-image
float-time gnutls-negotiate font-lock-ensure font-lock-flush help-buffer
ido-completing-read image-size image-type-available-p insert-image
commit 203e67f6f9c3b7a6948a3d83796345919e9cf1f7
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Apr 13 23:42:06 2015 +0000
gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p
diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el
index 47cdcbc..656ef80 100644
--- a/lisp/gnus-topic.el
+++ b/lisp/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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-topic.el | 2 +-
lisp/lpath.el | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project