From 416916d4ae5d9fcac15a488fe0410661c2cdb20e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 18 Aug 1996 01:18:56 +0000 Subject: [PATCH] (rfc822-bad-address): Don't put a newline into the error message; this confuses rmail. --- lisp/mail/rfc822.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 4204d2175a4..178dd943cb6 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el @@ -49,7 +49,7 @@ (setq losers (cdr losers)))) (goto-char (point-min)) (insert "(Unparsable address -- " reason - ":\n\t \"") + ": \"") (goto-char (point-max)) (insert "\")")) (rfc822-nuke-whitespace) (throw 'address (buffer-substring address-start (point)))) -- 2.39.2