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
113e2a84
Commit
113e2a84
authored
Apr 02, 2008
by
Michael Albinus
Browse files
* net/tramp.el (tramp-make-tramp-temp-file): Use
`tramp-drop-volume-letter' for the local file name part.
parent
76be286d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/tramp.el
lisp/net/tramp.el
+3
-2
No files found.
lisp/ChangeLog
View file @
113e2a84
2008-04-02 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-make-tramp-temp-file): Use
`tramp-drop-volume-letter' for the local file name part.
2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
...
...
lisp/net/tramp.el
View file @
113e2a84
...
...
@@ -1965,8 +1965,9 @@ Return the local name of the temporary file."
(tramp-file-name-method vec)
(tramp-file-name-user vec)
(tramp-file-name-host vec)
(expand-file-name
tramp-temp-name-prefix (tramp-get-remote-tmpdir vec))))
(tramp-drop-volume-letter
(expand-file-name
tramp-temp-name-prefix (tramp-get-remote-tmpdir vec)))))
result)
(while (not result)
;; `make-temp-file' would be the natural choice for
...
...
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