1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Fix typo in error string for sendmail-send-it.

This commit is contained in:
Stephen Eglen 1999-03-14 19:41:37 +00:00
parent 4b7da890ac
commit e186b06917

View File

@ -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))