]> git.eshelyaron.com Git - emacs.git/commitdiff
* subr.el (read-key): Don't echo keystrokes.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 21 Aug 2010 08:56:54 +0000 (10:56 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 21 Aug 2010 08:56:54 +0000 (10:56 +0200)
Fixes: debbugs:6883
lisp/ChangeLog
lisp/subr.el

index 44cc4c78616b4ebe9421c17b88cadf77e438f446..2403ab0491ccd5011c5f673debceb9f2b9b897d1 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (read-key): Don't echo keystrokes (bug#6883).
+
 2010-08-21  Glenn Morris  <rgm@gnu.org>
 
        * menu-bar.el (menu-bar-games-menu): Add landmark.
index ad939dc6bb45089df17d4e5fe4c3ee5b93133cc4..a4a0996a7261c9da760627ef5f3a1ad960ee8098 100644 (file)
@@ -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