From: Stephen Eglen Date: Sun, 14 Mar 1999 19:41:37 +0000 (+0000) Subject: Fix typo in error string for sendmail-send-it. X-Git-Tag: emacs-20.4~466 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/e186b06917b60c8d716901d4963b9ffd7f8d8c7b Fix typo in error string for sendmail-send-it. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e9540f1714..f677af3e34 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -860,7 +860,7 @@ See also the function `select-sendmail-coding-system'.") (insert "From: " login "\n")) ((eq mail-from-style 'system-default) nil) - (t (error "Invalid value for `system-default'"))))) + (t (error "Invalid value for `mail-from-style'"))))) ;; Insert an extra newline if we need it to work around ;; Sun's bug that swallows newlines. (goto-char (1+ delimline))