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:
parent
7ff3757e3e
commit
b8f3a097ad
@ -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 "\\)"
|
||||
"\\)"))
|
||||
|
Loading…
Reference in New Issue
Block a user