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
b1e5937c
Commit
b1e5937c
authored
May 19, 2004
by
Stefan Monnier
Browse files
(auto-save-file-name-transforms): Make sure ange-ftp temp
files files don't contain an accidental additional /.
parent
cc9f5376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
b1e5937c
...
...
@@ -293,7 +293,7 @@ Normally auto-save files are written under other names."
:group 'auto-save)
(defcustom auto-save-file-name-transforms
`(("\\`/[^/]*:\\(
.+
/\\)*\\(
.
*\\)"
`(("\\`/[^/]*:\\(
[^/]*
/\\)*\\(
[^/]
*\\)
\\'
"
;; Don't put "\\2" inside expand-file-name, since it will be
;; transformed to "/2" on DOS/Windows.
,(concat temporary-file-directory "\\2") t))
...
...
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