mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(make-auto-save-file-name): Replace both / and \
with sequences starting with %.
This commit is contained in:
parent
7ff3757e3e
commit
b8f3a097ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue