From f70de9d4530e7dfdc5714191b6ed1fe081143605 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 8 Oct 2000 17:30:59 +0000 Subject: [PATCH] Byte-compile-dynamic since it gets loaded by Gnus with little use. (mail-setup-hook): Add mail-abbrevs-setup to options. --- lisp/mail/sendmail.el | 4 ++-- 1 file 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 -- 2.39.2