changeset 15882:874f0cc6c431

(rfc822-bad-address): Don't put a newline into the error message; this confuses rmail.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Aug 1996 01:18:56 +0000
parents f207637cf4b4
children 9eb4a4ea23c6
files lisp/mail/rfc822.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))))