(send-mail-function): Use defvar. not defconst.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 04:35:25 +0000 (04:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 04:35:25 +0000 (04:35 +0000)
lisp/mail/sendmail.el

index e7a6f6f..d12d77e 100644 (file)
@@ -45,7 +45,7 @@ Delete these headers from old message when it's inserted in a reply.")
 
 ;; Useful to set in site-init.el
 ;;;###autoload
-(defconst send-mail-function 'sendmail-send-it "\
+(defvar send-mail-function 'sendmail-send-it "\
 Function to call to send the current buffer as mail.
 The headers are be delimited by a line which is `mail-header-separator'.")