diff lisp/net/tramp-gw.el @ 84966:fa9dd0b54e54

* net/tramp.el (with-file-property, with-connection-property): Highlight as keyword. (tramp-rfn-eshadow-setup-minibuffer) (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times) (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer) (tramp-do-copy-or-rename-file-directly) (tramp-do-copy-or-rename-file-out-of-band) (tramp-handle-shell-command, tramp-get-debug-buffer) (tramp-send-command-and-read, tramp-equal-remote) (tramp-get-local-gid): Pacify byte-compiler. (tramp-handle-file-name-directory): Result shall not be expanded. (tramp-find-foreign-file-name-handler): Rewrite. (tramp-dissect-file-name): Add optional parameter NODEFAULT. * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler. * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Apply `tramp-completion-mode-p'. (tramp-fish-handle-set-file-times) (tramp-fish-handle-executable-find) (tramp-fish-handle-process-file, tramp-fish-get-file-entries) (tramp-fish-retrieve-data): Pacify byte-compiler. * net/tramp-gw.el (tramp-gw-basic-authentication): Call `tramp-read-passwd' with first parameter `nil'.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 28 Sep 2007 16:05:49 +0000
parents b3182f0c969c
children 05c8e6a18913
line wrap: on
line diff
--- a/lisp/net/tramp-gw.el	Fri Sep 28 07:10:50 2007 +0000
+++ b/lisp/net/tramp-gw.el	Fri Sep 28 16:05:49 2007 +0000
@@ -307,7 +307,7 @@
        "%s:%s"
        socks-username
        (tramp-read-passwd
-	proc
+	nil
 	(format
 	 "Password for %s@[%s]: " socks-username (read (current-buffer)))))))))