`tramp-drop-volume-letter' for the local file name part.
+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.
(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