changeset 126:f46f3b32950b

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 27 Nov 1990 01:46:13 +0000
parents 59aa7f7963b9
children 762710f7381a
files lisp/mail/rfc822.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rfc822.el	Mon Nov 26 22:52:07 1990 +0000
+++ b/lisp/mail/rfc822.el	Tue Nov 27 01:46:13 1990 +0000
@@ -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 ()<>@,;:\\.]"))))))