* lisp/term.el (term-read-noecho): Mark obsolete.

This commit is contained in:
Noam Postavsky 2018-07-29 21:10:31 -04:00
parent 7a5be79256
commit bd36ab560d
2 changed files with 6 additions and 0 deletions

View file

@ -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
+++

View file

@ -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)