diff options
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/message.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 3aaa8c25745..919a4c06721 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -31,9 +31,11 @@ ;;; Code: +(eval-and-compile + (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile (require 'cl)) - + (require 'hashcash) (require 'canlock) (require 'mailheader) @@ -7474,6 +7476,8 @@ If nil, the function bound in `text-mode-map' or `global-map' is executed." :type '(choice (const nil) function)) +(declare-function mail-abbrev-in-expansion-header-p "mailabbrev" ()) + (defun message-tab () "Complete names according to `message-completion-alist'. Execute function specified by `message-tab-body-function' when not in |