Mercurial > emacs
diff lisp/startup.el @ 44256:71d51af13f8a
(command-line): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 30 Mar 2002 07:56:48 +0000 |
parents | abe28f3ccf1c |
children | f5af14e5f5a3 |
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")))