From b865c14e764ad64f145fcd1e8c2040934a4c1b07 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 30 Mar 2002 07:56:05 +0000 Subject: [PATCH] (auto-save-file-name-transforms): Fix last change. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index c771cf01bc1..7875a953449 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -296,7 +296,7 @@ Normally auto-save files are written under other names." `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)" ;; Don't put "\\2" inside expand-file-name, since it will be ;; transformed to "/2" on DOS/Windows. - ,(concat (expand-file-name temporary-file-directory) "\\2"))) + ,(concat temporary-file-directory "\\2"))) "*Transforms to apply to buffer file name before making auto-save file name. Each transform is a list (REGEXP REPLACEMENT): REGEXP is a regular expression to match against the file name. -- 2.39.2