[gnus git] branch master updated: m0-7-6-gc3ec5d2 =1= gnus-art.el (gnus-article-describe-bindings): Require help-mode because of let-binding help-xref-following (Bug#14356)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c3ec5d2cb2fdd3b9dd553faac44a1a11ca606ef7 (commit)
from 312cebee32821271351472a631475f4bb0a53fa2 (commit)
- Log -----------------------------------------------------------------
commit c3ec5d2cb2fdd3b9dd553faac44a1a11ca606ef7
Author: Katsumi Yamaoka <[email protected]>
Date: Tue May 7 00:28:13 2013 +0000
gnus-art.el (gnus-article-describe-bindings): Require help-mode because of let-binding help-xref-following (Bug#14356)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e73237c..3c98f80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-07 Katsumi Yamaoka <[email protected]>
+
+ * gnus-art.el (gnus-article-describe-bindings): Require help-mode
+ because of let-binding help-xref-following. (Bug#14356)
+
2013-05-06 Glenn Morris <[email protected]>
* mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index b5fbff2..9f12e45 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -6630,11 +6630,7 @@ KEY is a string or a vector."
;;`gnus-agent-mode' in gnus-agent.el will define it.
(defvar gnus-agent-summary-mode)
(defvar gnus-draft-mode)
-;; Calling help-buffer will autoload help-mode.
(defvar help-xref-stack-item)
-;; Emacs 22 doesn't load it in the batch mode.
-(eval-when-compile
- (autoload 'help-buffer "help-mode"))
(defun gnus-article-describe-bindings (&optional prefix)
"Show a list of all defined keys, and their definitions.
@@ -6685,6 +6681,7 @@ then we display only bindings that start with that prefix."
(with-current-buffer ,(current-buffer)
(gnus-article-describe-bindings prefix)))
,prefix)))
+ (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/ChangeLog | 5 +++++
lisp/gnus-art.el | 5 +----
2 files changed, 6 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