1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(make-auto-save-file-name): Replace both / and \

with sequences starting with %.
This commit is contained in:
Richard M. Stallman 1997-03-29 04:21:32 +00:00
parent 7ff3757e3e
commit b8f3a097ad

View File

@ -142,7 +142,7 @@ Usenet paths ending in an element that matches are removed also."
"")
(concat (regexp-quote (user-login-name))
"\\>"))))
(let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*!\\|\\)\\("
(let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*[!<]\\|\\)\\("
rmail-dont-reply-to-names
"\\|[^\,.<]*<\\(" rmail-dont-reply-to-names "\\)"
"\\)"))