diff lisp/startup.el @ 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 71d51af13f8a
children 19a685f604ee
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")))