Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6540a6f8
Commit
6540a6f8
authored
Nov 18, 1995
by
Richard M. Stallman
Browse files
(rmail-dont-reply-to): Preserve whitespace after comma.
parent
83ff5106
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/mail-utils.el
lisp/mail/mail-utils.el
+1
-1
No files found.
lisp/mail/mail-utils.el
View file @
6540a6f8
...
...
@@ -147,7 +147,7 @@ Usenet paths ending in an element that matches are removed also."
(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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment