changeset 17258:fb6013017dce

(make-auto-save-file-name): Replace both / and \ with sequences starting with %.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Mar 1997 04:21:32 +0000
parents db95fd8937dc
children 24a4fe3b0ae9
files lisp/mail/mail-utils.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mail-utils.el	Sat Mar 29 03:08:50 1997 +0000
+++ b/lisp/mail/mail-utils.el	Sat Mar 29 04:21:32 1997 +0000
@@ -142,7 +142,7 @@
 		        "")
 		    (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 "\\)"
 		       "\\)"))