aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2018-07-29 21:10:31 -0400
committerNoam Postavsky2018-07-29 21:13:48 -0400
commitbd36ab560d5efcc5853e455c2312cf1a104e78ea (patch)
treee44f22cc8c9a3f316f72536f07a6f6139d58e0db
parent7a5be79256c85ed634623bf0bdccdc2104784a3b (diff)
downloademacs-bd36ab560d5efcc5853e455c2312cf1a104e78ea.tar.gz
emacs-bd36ab560d5efcc5853e455c2312cf1a104e78ea.zip
* lisp/term.el (term-read-noecho): Mark obsolete.
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/term.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31ccb447362..f1ea8356790 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -269,6 +269,11 @@ better emulate 'M-.' in both Bash and zsh, since the former counts
269from the beginning of the arguments, while the latter counts from the 269from the beginning of the arguments, while the latter counts from the
270end. 270end.
271 271
272** Term
273
274---
275*** 'term-read-noecho' is now obsolete, use 'read-passwd' instead.
276
272** Flymake 277** Flymake
273 278
274+++ 279+++
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).
2216Note that the keystrokes comprising the text can still be recovered 2216Note that the keystrokes comprising the text can still be recovered
2217\(temporarily) with \\[view-lossage]. This may be a security bug for some 2217\(temporarily) with \\[view-lossage]. This may be a security bug for some
2218applications." 2218applications."
2219 (declare (obsolete read-passwd "27.1"))
2219 (let ((ans "") 2220 (let ((ans "")
2220 (c 0) 2221 (c 0)
2221 (echo-keystrokes 0) 2222 (echo-keystrokes 0)