mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 11:27:34 +00:00
(declare-function): Add compatibility declaration.
(mail-abbrev-in-expansion-header-p): Declare as function.
This commit is contained in:
parent
88bfa2e405
commit
b43906b677
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue