diff options
author | Noam Postavsky <npostavs@gmail.com> | 2018-07-29 21:10:31 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2018-07-29 21:13:48 -0400 |
commit | bd36ab560d5efcc5853e455c2312cf1a104e78ea (patch) | |
tree | e44f22cc8c9a3f316f72536f07a6f6139d58e0db /lisp/term.el | |
parent | 7a5be79256c85ed634623bf0bdccdc2104784a3b (diff) | |
download | emacs-bd36ab560d5efcc5853e455c2312cf1a104e78ea.tar.gz |
* lisp/term.el (term-read-noecho): Mark obsolete.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term.el b/lisp/term.el index e90ff457ac6..9f8f1f703a6 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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) |