projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b60c3
)
(command-line): Add third element to auto-save-file-name-transforms.
author
Glenn Morris
<rgm@gnu.org>
Sat, 20 Apr 2002 22:25:55 +0000
(22:25 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 20 Apr 2002 22:25:55 +0000
(22:25 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 2a3ae710c6a5f87270e3127831d866c9a57dc384..f4cc9c818757364456d71c418e57f4e77d1edc65 100644
(file)
--- 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")))