changeset 17209:c7dbcb7494d1

(rmail-dont-reply-to): Delete debugging code. Don't insist on whitespace after commas.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Mar 1997 03:44:08 +0000
parents 67515c200d09
children 5c7c572f57f8
files lisp/mail/mail-utils.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mail-utils.el	Sat Mar 22 03:42:32 1997 +0000
+++ b/lisp/mail/mail-utils.el	Sat Mar 22 03:44:08 1997 +0000
@@ -148,12 +148,11 @@
 		       "\\)"))
 	(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