# HG changeset patch # User Richard M. Stallman # Date 831317535 0 # Node ID d9e712c9cc68d82e0ea1bc53e4baea42e92aed9c # Parent 83258eb2ede5bb47a11ff647cf131ff05760f1b3 (iso-accents-compose): Don't insert in the buffer if this is not the start of the key sequence. diff -r 83258eb2ede5 -r d9e712c9cc68 lisp/international/iso-acc.el --- 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