emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-gw.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-gw.el
Date: Sat, 16 Oct 2004 11:06:32 -0400

Index: emacs/lisp/url/url-gw.el
diff -c emacs/lisp/url/url-gw.el:1.4 emacs/lisp/url/url-gw.el:1.5
*** emacs/lisp/url/url-gw.el:1.4        Tue Oct 12 09:55:08 2004
--- emacs/lisp/url/url-gw.el    Sat Oct 16 14:55:51 2004
***************
*** 186,192 ****
         proc (concat
               (or url-gateway-telnet-password
                   (setq url-gateway-telnet-password
!                        (funcall url-passwd-entry-func "Password: ")))
               "\n"))
        (erase-buffer)
        (url-wait-for-string url-gateway-prompt-pattern proc)
--- 186,192 ----
         proc (concat
               (or url-gateway-telnet-password
                   (setq url-gateway-telnet-password
!                        (read-passwd "Password: ")))
               "\n"))
        (erase-buffer)
        (url-wait-for-string url-gateway-prompt-pattern proc)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]