Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
af3e7f78
Commit
af3e7f78
authored
Oct 16, 2004
by
Richard M. Stallman
Browse files
(url-open-telnet): Use read-passwd.
parent
88c73e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/url/url-gw.el
lisp/url/url-gw.el
+1
-1
No files found.
lisp/url/url-gw.el
View file @
af3e7f78
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment