aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Eglen1999-03-14 19:41:37 +0000
committerStephen Eglen1999-03-14 19:41:37 +0000
commite186b06917b60c8d716901d4963b9ffd7f8d8c7b (patch)
tree602a7777b3322f3c9e5aa3d4b75e480116e4a81a
parent4b7da890ac7f238870530808fd7367c272529fff (diff)
downloademacs-e186b06917b60c8d716901d4963b9ffd7f8d8c7b.tar.gz
emacs-e186b06917b60c8d716901d4963b9ffd7f8d8c7b.zip
Fix typo in error string for sendmail-send-it.
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
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'.")
860 (insert "From: " login "\n")) 860 (insert "From: " login "\n"))
861 ((eq mail-from-style 'system-default) 861 ((eq mail-from-style 'system-default)
862 nil) 862 nil)
863 (t (error "Invalid value for `system-default'"))))) 863 (t (error "Invalid value for `mail-from-style'")))))
864 ;; Insert an extra newline if we need it to work around 864 ;; Insert an extra newline if we need it to work around
865 ;; Sun's bug that swallows newlines. 865 ;; Sun's bug that swallows newlines.
866 (goto-char (1+ delimline)) 866 (goto-char (1+ delimline))