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:
parent
4b7da890ac
commit
e186b06917
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user