From af3e7f786afc4d7f0775166b9260652dc6c46ec1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Oct 2004 14:55:51 +0000 Subject: [PATCH] (url-open-telnet): Use read-passwd. --- lisp/url/url-gw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5