]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-open-telnet): Use read-passwd.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 14:55:51 +0000 (14:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 14:55:51 +0000 (14:55 +0000)
lisp/url/url-gw.el

index 608827d7ceecd284a7e22fd8b8daf25bdfbea4d0..933dd161004f054df2b30632e6caa77f2e85f749 100644 (file)
@@ -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)