From: Jim Blandy Date: Tue, 27 Nov 1990 01:46:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48aefb44d22e67b2f68aed4a3f36f5276b5d5610;p=emacs.git *** empty log message *** --- 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 @@ (while again (or (= n 0) (bobp) (= (preceding-char) ?\ ) (insert ?\ )) - (rfc822-snarf-word) + (rfc822-snarf-words) (setq n (1+ n)) (setq again (or (rfc822-looking-at ?.) (looking-at "[^][\000-\037\177-\377 ()<>@,;:\\.]"))))))