diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/tramp.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index b30667fa9fb..685c6bda298 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -1965,8 +1965,9 @@ Return the local name of the temporary file." | |||
| 1965 | (tramp-file-name-method vec) | 1965 | (tramp-file-name-method vec) |
| 1966 | (tramp-file-name-user vec) | 1966 | (tramp-file-name-user vec) |
| 1967 | (tramp-file-name-host vec) | 1967 | (tramp-file-name-host vec) |
| 1968 | (expand-file-name | 1968 | (tramp-drop-volume-letter |
| 1969 | tramp-temp-name-prefix (tramp-get-remote-tmpdir vec)))) | 1969 | (expand-file-name |
| 1970 | tramp-temp-name-prefix (tramp-get-remote-tmpdir vec))))) | ||
| 1970 | result) | 1971 | result) |
| 1971 | (while (not result) | 1972 | (while (not result) |
| 1972 | ;; `make-temp-file' would be the natural choice for | 1973 | ;; `make-temp-file' would be the natural choice for |