diff options
| author | Richard M. Stallman | 1997-03-29 04:21:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-03-29 04:21:32 +0000 |
| commit | b8f3a097ad560eab522fa9dc72f251ae31a87216 (patch) | |
| tree | ae1ab6ba987521429516dd953ec9bfa118801fec | |
| parent | 7ff3757e3e5dfe5b1b6d25ba617e35ef8cc31546 (diff) | |
| download | emacs-b8f3a097ad560eab522fa9dc72f251ae31a87216.tar.gz emacs-b8f3a097ad560eab522fa9dc72f251ae31a87216.zip | |
(make-auto-save-file-name): Replace both / and \
with sequences starting with %.
| -rw-r--r-- | lisp/mail/mail-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 2462a053409..71dd1950728 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -142,7 +142,7 @@ Usenet paths ending in an element that matches are removed also." | |||
| 142 | "") | 142 | "") |
| 143 | (concat (regexp-quote (user-login-name)) | 143 | (concat (regexp-quote (user-login-name)) |
| 144 | "\\>")))) | 144 | "\\>")))) |
| 145 | (let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*!\\|\\)\\(" | 145 | (let ((match (concat "\\(^\\|,\\)[ \t\n]*\\([^,\n]*[!<]\\|\\)\\(" |
| 146 | rmail-dont-reply-to-names | 146 | rmail-dont-reply-to-names |
| 147 | "\\|[^\,.<]*<\\(" rmail-dont-reply-to-names "\\)" | 147 | "\\|[^\,.<]*<\\(" rmail-dont-reply-to-names "\\)" |
| 148 | "\\)")) | 148 | "\\)")) |