# HG changeset patch # User Dave Love # Date 971026259 0 # Node ID a25a7ebfcb34f44e5196b16cc6a5bdfedf48278d # Parent a6eff9b566ae6e80236e3f5f74672f0d89289ed1 Byte-compile-dynamic since it gets loaded by Gnus with little use. (mail-setup-hook): Add mail-abbrevs-setup to options. diff -r a6eff9b566ae -r a25a7ebfcb34 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Sun Oct 08 17:23:50 2000 +0000 +++ b/lisp/mail/sendmail.el Sun Oct 08 17:30:59 2000 +0000 @@ -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 @@ "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