summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-10-08 17:30:59 +0000
committerDave Love <fx@gnu.org>2000-10-08 17:30:59 +0000
commitf70de9d4530e7dfdc5714191b6ed1fe081143605 (patch)
tree8a90216b9535f9d4ad4e17bdb16f5bd7540abaec /lisp
parent99ec65b3b554b63f34e36e3ecf8134739f2e2be2 (diff)
downloademacs-f70de9d4530e7dfdc5714191b6ed1fe081143605.tar.gz
emacs-f70de9d4530e7dfdc5714191b6ed1fe081143605.tar.bz2
emacs-f70de9d4530e7dfdc5714191b6ed1fe081143605.zip
Byte-compile-dynamic since it gets loaded by
Gnus with little use. (mail-setup-hook): Add mail-abbrevs-setup to options.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/sendmail.el4
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