# HG changeset patch # User Richard M. Stallman # Date 840331136 0 # Node ID 874f0cc6c4318f456a16a659435a88c552d16afb # Parent f207637cf4b457ebc1abda69d9e8a654f5342530 (rfc822-bad-address): Don't put a newline into the error message; this confuses rmail. diff -r f207637cf4b4 -r 874f0cc6c431 lisp/mail/rfc822.el --- a/lisp/mail/rfc822.el Sat Aug 17 16:57:21 1996 +0000 +++ b/lisp/mail/rfc822.el Sun Aug 18 01:18:56 1996 +0000 @@ -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))))