changeset 44256:71d51af13f8a

(command-line): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 30 Mar 2002 07:56:48 +0000
parents 166f03d282d7
children b407e937cf1a
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sat Mar 30 07:56:05 2002 +0000
+++ b/lisp/startup.el	Sat Mar 30 07:56:48 2002 +0000
@@ -657,8 +657,7 @@
 	(list (list "\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
 		    ;; Don't put "\\2" inside expand-file-name, since
 		    ;; it will be transformed to "/2" on DOS/Windows.
-		    (concat (expand-file-name temporary-file-directory)
-			    "\\2"))))
+		    (concat temporary-file-directory "\\2"))))
 
   ;; See if we should import version-control from the environment variable.
   (let ((vc (getenv "VERSION_CONTROL")))