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 ec487be42b9..b7e43f62cda 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -243,7 +243,7 @@ | |||
| 243 | (while again | 243 | (while again |
| 244 | (or (= n 0) (bobp) (= (preceding-char) ?\ ) | 244 | (or (= n 0) (bobp) (= (preceding-char) ?\ ) |
| 245 | (insert ?\ )) | 245 | (insert ?\ )) |
| 246 | (rfc822-snarf-word) | 246 | (rfc822-snarf-words) |
| 247 | (setq n (1+ n)) | 247 | (setq n (1+ n)) |
| 248 | (setq again (or (rfc822-looking-at ?.) | 248 | (setq again (or (rfc822-looking-at ?.) |
| 249 | (looking-at "[^][\000-\037\177-\377 ()<>@,;:\\.]")))))) | 249 | (looking-at "[^][\000-\037\177-\377 ()<>@,;:\\.]")))))) |