summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-08-21 10:56:54 +0200
committerStefan Monnier <monnier@iro.umontreal.ca>2010-08-21 10:56:54 +0200
commit3ff786247389f0eb280defb0389d690ee3610bf8 (patch)
tree488756295dfbf5551c845e431cfa4a6d1e87bc32 /lisp/subr.el
parent50dd7bc6b78bfd4615fdbca94bdb3aa22e2ed92a (diff)
downloademacs-3ff786247389f0eb280defb0389d690ee3610bf8.tar.gz
* subr.el (read-key): Don't echo keystrokes.
Fixes: debbugs:6883
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index ad939dc6bb4..a4a0996a726 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1818,6 +1818,7 @@ When there's an ambiguity because the key looks like the prefix of
some sort of escape sequence, the ambiguity is resolved via `read-key-delay'."
(let ((overriding-terminal-local-map read-key-empty-map)
(overriding-local-map nil)
+ (echo-keystrokes 0)
(old-global-map (current-global-map))
(timer (run-with-idle-timer
;; Wait long enough that Emacs has the time to receive and