]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp.el (tramp-make-tramp-temp-file): Use
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Apr 2008 18:58:45 +0000 (18:58 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Apr 2008 18:58:45 +0000 (18:58 +0000)
`tramp-drop-volume-letter' for the local file name part.

lisp/ChangeLog
lisp/net/tramp.el

index 7a7f15493f451b3eaae900cc3642a4dd3985be8a..b4593b6fba4b9962dd27fc843539563b49e601a7 100644 (file)
@@ -1,3 +1,8 @@
+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.
index b30667fa9fb90e7818bd3a4f8b11b578eec99e80..685c6bda298d1ed02f79a70a0fda4d2a5e17b79c 100644 (file)
@@ -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