aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1990-11-27 01:46:13 +0000
committerJim Blandy <[email protected]>1990-11-27 01:46:13 +0000
commit48aefb44d22e67b2f68aed4a3f36f5276b5d5610 (patch)
tree9067d3d7b642250ef71ef3f00a009f48b6d89fb8 /lisp
parent278fc732828c2d36d6025b84270b91d7ab3dd428 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rfc822.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index ec487be42b..b7e43f62cd 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 ()<>@,;:\\.]"))))))