aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2002-04-20 22:25:55 +0000
committerGlenn Morris <[email protected]>2002-04-20 22:25:55 +0000
commit5ecad17d8f5999b0e2635186dba2ab25d4d40866 (patch)
treec393b5ae2e7a5d5e19535c742fa022e4e9d2b988
parenta0b60c3317182b1f50a4530fc5eb237c07b8df85 (diff)
(command-line): Add third element to auto-save-file-name-transforms.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 2a3ae710c6..f4cc9c8187 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")))