changeset 15167:d9e712c9cc68

(iso-accents-compose): Don't insert in the buffer if this is not the start of the key sequence.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 May 1996 17:32:15 +0000
parents 83258eb2ede5
children a167da647656
files lisp/international/iso-acc.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/iso-acc.el	Sun May 05 17:27:24 1996 +0000
+++ b/lisp/international/iso-acc.el	Sun May 05 17:32:15 1996 +0000
@@ -193,6 +193,8 @@
 	 (second-char (if (or prompt
 			      (not (eq (key-binding "a")
 				       'self-insert-command))
+			      ;; Not at start of a key sequence.
+			      (> (length (this-single-command-keys)) 1)
 			      ;; Called from anything but the command loop.
 			      this-command)
 			  (progn