]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Tue, 27 Nov 1990 01:46:13 +0000 (01:46 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 27 Nov 1990 01:46:13 +0000 (01:46 +0000)
lisp/mail/rfc822.el

index ec487be42b9f643889125282eb2fa1125928d409..b7e43f62cda4ea64c43e3dadccc6da8e7f8c0a9f 100644 (file)
                  (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 ()<>@,;:\\.]"))))))