Mercurial > emacs
changeset 3232:27d2747abab2
(send-mail-function): Use defvar. not defconst.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 1993 04:35:25 +0000 |
parents | fb322590dda0 |
children | 28b2df35c33e |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.")