aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))