[gnus git] branch master updated: m0-7-9-gd8f3afd =1= gnus-art.el (gnus-article-describe-bindings): Add a comment
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d8f3afde92c00250e3e8ab94cb7f70336f159525 (commit)
from 95184d21f8d1bfbaddb5798912b4bfe95f08e9ed (commit)
- Log -----------------------------------------------------------------
commit d8f3afde92c00250e3e8ab94cb7f70336f159525
Author: Katsumi Yamaoka <[email protected]>
Date: Tue May 7 11:43:26 2013 +0000
gnus-art.el (gnus-article-describe-bindings): Add a comment
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 9f12e45..64598b1 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -6681,6 +6681,8 @@ then we display only bindings that start with that prefix."
(with-current-buffer ,(current-buffer)
(gnus-article-describe-bindings prefix)))
,prefix)))
+ ;; Loading `help-mode' here is necessary if `describe-bindings'
+ ;; is replaced with something, e.g. `helm-descbinds'.
(require 'help-mode)
(with-current-buffer (let (help-xref-following) (help-buffer))
(setq help-xref-stack-item item)))))
-----------------------------------------------------------------------
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-art.el | 2 ++
1 files changed, 2 insertions(+), 0 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