# HG changeset patch # User Richard M. Stallman # Date 738650125 0 # Node ID 27d2747abab2204f74ca9508bdea03101089e690 # Parent fb322590dda08e5e0888b5dda2bb934af297dc67 (send-mail-function): Use defvar. not defconst. diff -r fb322590dda0 -r 27d2747abab2 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Sat May 29 04:34:00 1993 +0000 +++ b/lisp/mail/sendmail.el Sat May 29 04:35:25 1993 +0000 @@ -45,7 +45,7 @@ ;; 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'.")