diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a04b93bd7ac..edc60dbf36a 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1,4 +1,4 @@ -;;; sendmail.el --- mail sending commands for Emacs. +;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- ;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 98, 2000 ;; Free Software Foundation, Inc. @@ -153,7 +153,7 @@ This file need not actually exist." "Normal hook, run each time a new outgoing mail message is initialized. The function `mail-setup' runs this hook." :type 'hook - :options '(fortune-to-signature spook) + :options '(fortune-to-signature spook mail-abbrevs-setup) :group 'sendmail) (defvar mail-aliases t |