diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
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 "\ |
| 49 | Function to call to send the current buffer as mail. | 49 | Function to call to send the current buffer as mail. |
| 50 | The headers are be delimited by a line which is `mail-header-separator'.") | 50 | The headers are be delimited by a line which is `mail-header-separator'.") |
| 51 | 51 | ||