From: Dave Love Date: Sun, 8 Oct 2000 17:30:59 +0000 (+0000) Subject: Byte-compile-dynamic since it gets loaded by X-Git-Tag: emacs-pretest-21.0.90~1035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f70de9d4530e7dfdc5714191b6ed1fe081143605;p=emacs.git Byte-compile-dynamic since it gets loaded by Gnus with little use. (mail-setup-hook): Add mail-abbrevs-setup to options. --- 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