]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-dont-reply-to): Delete debugging code.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Mar 1997 03:44:08 +0000 (03:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Mar 1997 03:44:08 +0000 (03:44 +0000)
Don't insist on whitespace after commas.

lisp/mail/mail-utils.el

index 2dc5a7687b8398b09730f6dcb411dcd04a70a629..2462a05340973f76c32ea5f382e3fc417e2b6d25 100644 (file)
@@ -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