From 5ecad17d8f5999b0e2635186dba2ab25d4d40866 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 20 Apr 2002 22:25:55 +0000 Subject: [PATCH] (command-line): Add third element to auto-save-file-name-transforms. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 2a3ae710c6a..f4cc9c81875 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -657,7 +657,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (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"))) -- 2.39.2