1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(iso-accents-compose): Don't insert in the buffer

if this is not the start of the key sequence.
This commit is contained in:
Richard M. Stallman 1996-05-05 17:32:15 +00:00
parent 46b9324699
commit 55b933cf8f

View File

@ -193,6 +193,8 @@ the language you choose).")
(second-char (if (or prompt (second-char (if (or prompt
(not (eq (key-binding "a") (not (eq (key-binding "a")
'self-insert-command)) 'self-insert-command))
;; Not at start of a key sequence.
(> (length (this-single-command-keys)) 1)
;; Called from anything but the command loop. ;; Called from anything but the command loop.
this-command) this-command)
(progn (progn