Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
64bcea62
Commit
64bcea62
authored
Mar 30, 2002
by
Eli Zaretskii
Browse files
(command-line): Fix last change.
parent
b865c14e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/startup.el
lisp/startup.el
+1
-2
No files found.
lisp/ChangeLog
View file @
64bcea62
2002-03-30 Eli Zaretskii <eliz@gnu.org>
* files.el (auto-save-file-name-transforms): Fix last change.
* startup.el (command-line): Fix last change.
2002-03-29 Richard M. Stallman <rms@gnu.org>
* subr.el (play-sound-file): Moved to simple.el.
...
...
lisp/startup.el
View file @
64bcea62
...
...
@@ -657,8 +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
(
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"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment