aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index e7a6f6f36c2..d12d77ed2c8 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -45,7 +45,7 @@ Delete these headers from old message when it's inserted in a reply.")
45 45
46;; Useful to set in site-init.el 46;; Useful to set in site-init.el
47;;;###autoload 47;;;###autoload
48(defconst send-mail-function 'sendmail-send-it "\ 48(defvar send-mail-function 'sendmail-send-it "\
49Function to call to send the current buffer as mail. 49Function to call to send the current buffer as mail.
50The headers are be delimited by a line which is `mail-header-separator'.") 50The headers are be delimited by a line which is `mail-header-separator'.")
51 51