(iso-accents-compose): Don't insert in the buffer
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 May 1996 17:32:15 +0000 (17:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 May 1996 17:32:15 +0000 (17:32 +0000)
if this is not the start of the key sequence.

lisp/international/iso-acc.el

index 95e72dc..d136347 100644 (file)
@@ -193,6 +193,8 @@ the language you choose).")
         (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