emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112497: gnus-art.el (gnus-article-de


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112497: gnus-art.el (gnus-article-describe-bindings): Add a comment
Date: Tue, 07 May 2013 11:43:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112497
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2013-05-07 11:43:38 +0000
message:
  gnus-art.el (gnus-article-describe-bindings): Add a comment
modified:
  lisp/gnus/gnus-art.el
=== modified file 'lisp/gnus/gnus-art.el'
--- a/lisp/gnus/gnus-art.el     2013-05-07 00:28:12 +0000
+++ b/lisp/gnus/gnus-art.el     2013-05-07 11:43:38 +0000
@@ -6680,6 +6680,8 @@
                    (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)))))


reply via email to

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