changeset 57510:9f80571c6c3e

(url-open-telnet): Use read-passwd.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Oct 2004 14:55:51 +0000
parents e5a1e83cfb02
children af0685917de3
files lisp/url/url-gw.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-gw.el	Sat Oct 16 14:54:58 2004 +0000
+++ b/lisp/url/url-gw.el	Sat Oct 16 14:55:51 2004 +0000
@@ -186,7 +186,7 @@
 	 proc (concat
 	       (or url-gateway-telnet-password
 		   (setq url-gateway-telnet-password
-			 (funcall url-passwd-entry-func "Password: ")))
+			 (read-passwd "Password: ")))
 	       "\n"))
 	(erase-buffer)
 	(url-wait-for-string url-gateway-prompt-pattern proc)