aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term.el1
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).
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)