]> git.eshelyaron.com Git - emacs.git/commitdiff
Byte-compile-dynamic since it gets loaded by
authorDave Love <fx@gnu.org>
Sun, 8 Oct 2000 17:30:59 +0000 (17:30 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Oct 2000 17:30:59 +0000 (17:30 +0000)
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.

lisp/mail/sendmail.el

index a04b93bd7acef424716cd2664ef37abb33eb4f79..edc60dbf36a37478efe575ae79a00488f6a3fbc2 100644 (file)
@@ -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