From e186b06917b60c8d716901d4963b9ffd7f8d8c7b Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Sun, 14 Mar 1999 19:41:37 +0000 Subject: [PATCH] Fix typo in error string for sendmail-send-it. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e9540f17145..f677af3e34a 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)) -- 2.39.2