]> git.eshelyaron.com Git - emacs.git/commitdiff
(rfc822-bad-address): Don't put a newline into the
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Aug 1996 01:18:56 +0000 (01:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Aug 1996 01:18:56 +0000 (01:18 +0000)
error message; this confuses rmail.

lisp/mail/rfc822.el

index 4204d2175a4b35af6919ac82290c1a20f988f6aa..178dd943cb6d643a3316f927454c0ff4a590f319 100644 (file)
@@ -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))))