From: Glenn Morris Date: Sat, 24 Oct 2009 03:42:18 +0000 (+0000) Subject: (help-xref-stack-item): Define for compiler. X-Git-Tag: emacs-pretest-23.1.90~682 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12ea3d6524e935e94ddbaece1dc4fce2f31fbf04;p=emacs.git (help-xref-stack-item): Define for compiler. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 2c361ae6180..b9c2ae536fb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2009-10-24 Glenn Morris + + * gnus-art.el (help-xref-stack-item): Define for compiler. + 2009-10-20 Katsumi Yamaoka * gnus-sum.el (gnus-remove-overlays): eval-and-compile. diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index fa13947d7c8..6bc84e42225 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -6465,6 +6465,8 @@ 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) (defun gnus-article-describe-bindings (&optional prefix) "Show a list of all defined keys, and their definitions.