From b8f3a097ad560eab522fa9dc72f251ae31a87216 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Mar 1997 04:21:32 +0000 Subject: [PATCH] (make-auto-save-file-name): Replace both / and \ with sequences starting with %. --- lisp/mail/mail-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." "") (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 "\\)" "\\)")) -- 2.39.2