aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1;;; sendmail.el --- mail sending commands for Emacs. 1;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*-
2 2
3;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 98, 2000 3;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 98, 2000
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
@@ -153,7 +153,7 @@ This file need not actually exist."
153 "Normal hook, run each time a new outgoing mail message is initialized. 153 "Normal hook, run each time a new outgoing mail message is initialized.
154The function `mail-setup' runs this hook." 154The function `mail-setup' runs this hook."
155 :type 'hook 155 :type 'hook
156 :options '(fortune-to-signature spook) 156 :options '(fortune-to-signature spook mail-abbrevs-setup)
157 :group 'sendmail) 157 :group 'sendmail)
158 158
159(defvar mail-aliases t 159(defvar mail-aliases t