aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
186 proc (concat 186 proc (concat
187 (or url-gateway-telnet-password 187 (or url-gateway-telnet-password
188 (setq url-gateway-telnet-password 188 (setq url-gateway-telnet-password
189 (funcall url-passwd-entry-func "Password: "))) 189 (read-passwd "Password: ")))
190 "\n")) 190 "\n"))
191 (erase-buffer) 191 (erase-buffer)
192 (url-wait-for-string url-gateway-prompt-pattern proc) 192 (url-wait-for-string url-gateway-prompt-pattern proc)