changeset 13590:bd48b68249cf

(rmail-dont-reply-to): Preserve whitespace after comma.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Nov 1995 18:45:04 +0000
parents a2554930ea38
children b2fb0109006d
files lisp/mail/mail-utils.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mail-utils.el	Sat Nov 18 18:24:42 1995 +0000
+++ b/lisp/mail/mail-utils.el	Sat Nov 18 18:45:04 1995 +0000
@@ -147,7 +147,7 @@
 	(case-fold-search t)
 	pos epos)
     (while (setq pos (string-match match userids))
-      (if (> pos 0) (setq pos (1+ pos)))
+      (if (> pos 0) (setq pos (match-beginning 2)))
       (setq epos
 	    (if (string-match "[ \t\n,]+" userids (match-end 0))
 		(match-end 0)