diff lisp/url/url-gw.el @ 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 202c408c174b
children 2954cb243379 0fc4928cc48e
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)