summaryrefslogtreecommitdiff
path: root/lisp/url/url-gw.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-16 14:55:51 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-16 14:55:51 +0000
commitaf3e7f786afc4d7f0775166b9260652dc6c46ec1 (patch)
tree1ab436ffaf5f254fd8ccd0a130555aea5022eb80 /lisp/url/url-gw.el
parent88c73e7372d4a3327c5a0a5c371bfd4f88fd2ac7 (diff)
downloademacs-af3e7f786afc4d7f0775166b9260652dc6c46ec1.tar.gz
(url-open-telnet): Use read-passwd.
Diffstat (limited to 'lisp/url/url-gw.el')
-rw-r--r--lisp/url/url-gw.el2
1 files changed, 1 insertions, 1 deletions
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)