* lisp/term.el (term-read-noecho): Mark obsolete.
This commit is contained in:
parent
7a5be79256
commit
bd36ab560d
2 changed files with 6 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
@ -269,6 +269,11 @@ better emulate 'M-.' in both Bash and zsh, since the former counts
|
|||
from the beginning of the arguments, while the latter counts from the
|
||||
end.
|
||||
|
||||
** Term
|
||||
|
||||
---
|
||||
*** 'term-read-noecho' is now obsolete, use 'read-passwd' instead.
|
||||
|
||||
** Flymake
|
||||
|
||||
+++
|
||||
|
|
|
@ -2216,6 +2216,7 @@ filter and C-g is pressed, this function returns nil rather than a string).
|
|||
Note that the keystrokes comprising the text can still be recovered
|
||||
\(temporarily) with \\[view-lossage]. This may be a security bug for some
|
||||
applications."
|
||||
(declare (obsolete read-passwd "27.1"))
|
||||
(let ((ans "")
|
||||
(c 0)
|
||||
(echo-keystrokes 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue