# HG changeset patch # User Richard M. Stallman # Date 1097938551 0 # Node ID 9f80571c6c3ef4a2ab7cd7202dba7fc56a16da45 # Parent e5a1e83cfb02dd9811e647b768257dd0ea7942f6 (url-open-telnet): Use read-passwd. diff -r e5a1e83cfb02 -r 9f80571c6c3e lisp/url/url-gw.el --- 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)