From: Richard M. Stallman Date: Sat, 16 Oct 2004 14:55:51 +0000 (+0000) Subject: (url-open-telnet): Use read-passwd. X-Git-Tag: ttn-vms-21-2-B4~4559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af3e7f786afc4d7f0775166b9260652dc6c46ec1;p=emacs.git (url-open-telnet): Use read-passwd. --- diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 608827d7cee..933dd161004 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el @@ -186,7 +186,7 @@ linked Emacs under SunOS 4.x" 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)