]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Add third element to auto-save-file-name-transforms.
authorGlenn Morris <rgm@gnu.org>
Sat, 20 Apr 2002 22:25:55 +0000 (22:25 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 20 Apr 2002 22:25:55 +0000 (22:25 +0000)
lisp/startup.el

index 2a3ae710c6a5f87270e3127831d866c9a57dc384..f4cc9c818757364456d71c418e57f4e77d1edc65 100644 (file)
@@ -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")))