comparison lisp/gnus/gnus-art.el @ 105734:40fde606ec60

(help-xref-stack-item): Define for compiler.
author Glenn Morris <rgm@gnu.org>
date Sat, 24 Oct 2009 03:42:18 +0000
parents baa4e6ac9e46
children e09f67191b6c
comparison
equal deleted inserted replaced
105733:1528571f6bfd 105734:40fde606ec60
6463 (describe-key-briefly key insert))) 6463 (describe-key-briefly key insert)))
6464 6464
6465 ;;`gnus-agent-mode' in gnus-agent.el will define it. 6465 ;;`gnus-agent-mode' in gnus-agent.el will define it.
6466 (defvar gnus-agent-summary-mode) 6466 (defvar gnus-agent-summary-mode)
6467 (defvar gnus-draft-mode) 6467 (defvar gnus-draft-mode)
6468 ;; Calling help-buffer will autoload help-mode.
6469 (defvar help-xref-stack-item)
6468 6470
6469 (defun gnus-article-describe-bindings (&optional prefix) 6471 (defun gnus-article-describe-bindings (&optional prefix)
6470 "Show a list of all defined keys, and their definitions. 6472 "Show a list of all defined keys, and their definitions.
6471 The optional argument PREFIX, if non-nil, should be a key sequence; 6473 The optional argument PREFIX, if non-nil, should be a key sequence;
6472 then we display only bindings that start with that prefix." 6474 then we display only bindings that start with that prefix."