summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-22 03:44:08 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-22 03:44:08 +0000
commit3f502c7ade944846290494dc66c400206967f412 (patch)
treebf337e5c6f3002ac64755e7f1eb043e91199f82f
parentd7a33b505d53a9a86207a432489302456757df0a (diff)
downloademacs-3f502c7ade944846290494dc66c400206967f412.tar.gz
(rmail-dont-reply-to): Delete debugging code.
Don't insist on whitespace after commas.
-rw-r--r--lisp/mail/mail-utils.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el
index 2dc5a7687b8..2462a053409 100644
--- a/lisp/mail/mail-utils.el
+++ b/lisp/mail/mail-utils.el
@@ -148,12 +148,11 @@ Usenet paths ending in an element that matches are removed also."
"\\)"))
(case-fold-search t)
pos epos)
- (setq foo match)
(while (setq pos (string-match match userids))
(if (> pos 0) (setq pos (match-beginning 2)))
(setq epos
;; Delete thru the next comma, plus whitespace after.
- (if (string-match ",[ \t\n]+" userids (match-end 0))
+ (if (string-match ",[ \t\n]*" userids (match-end 0))
(match-end 0)
(length userids)))
(setq userids