changeset 44716:f5af14e5f5a3

(command-line): Add third element to auto-save-file-name-transforms.
author Glenn Morris <rgm@gnu.org>
date Sat, 20 Apr 2002 22:25:55 +0000
parents dd2e1ea680ae
children 1fdf19dbc2e8
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sat Apr 20 22:22:57 2002 +0000
+++ b/lisp/startup.el	Sat Apr 20 22:25:55 2002 +0000
@@ -657,7 +657,7 @@
 	(list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
 		    ;; Don't put "\\2" inside expand-file-name, since
 		    ;; it will be transformed to "/2" on DOS/Windows.
-		    (concat temporary-file-directory "\\2"))))
+		    (concat temporary-file-directory "\\2") t)))
 
   ;; See if we should import version-control from the environment variable.
   (let ((vc (getenv "VERSION_CONTROL")))