changeset 24483:0dc19350498f

Fix typo in error string for sendmail-send-it.
author Stephen Eglen <stephen@gnu.org>
date Sun, 14 Mar 1999 19:41:37 +0000
parents 9b722e922325
children d4ee4399e999
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Sun Mar 14 06:33:01 1999 +0000
+++ b/lisp/mail/sendmail.el	Sun Mar 14 19:41:37 1999 +0000
@@ -860,7 +860,7 @@
 			 (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))