diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rfc822.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 49 | (setq losers (cdr losers)))) | 49 | (setq losers (cdr losers)))) |
| 50 | (goto-char (point-min)) (insert "(Unparsable address -- " | 50 | (goto-char (point-min)) (insert "(Unparsable address -- " |
| 51 | reason | 51 | reason |
| 52 | ":\n\t \"") | 52 | ": \"") |
| 53 | (goto-char (point-max)) (insert "\")")) | 53 | (goto-char (point-max)) (insert "\")")) |
| 54 | (rfc822-nuke-whitespace) | 54 | (rfc822-nuke-whitespace) |
| 55 | (throw 'address (buffer-substring address-start (point)))) | 55 | (throw 'address (buffer-substring address-start (point)))) |