]> git.eshelyaron.com Git - emacs.git/commit
Avoid aborts when input-method-function changes this-command-keys (Bug#19774)
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Feb 2015 16:48:39 +0000 (18:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Feb 2015 16:48:39 +0000 (18:48 +0200)
commita2f904981d10d68bd84b6c7233a79094f052fa8a
tree541b3873cce7ab8d1c57f4822426460400a77df3
parentd10c3edaf21ebbc424d452f3f0ca5c1e51487201
Avoid aborts when input-method-function changes this-command-keys  (Bug#19774)

 src/keyboard.c (read_char): Make sure this_single_command_key_start
 is in sync with this_command_key_count, around the call to
 input-method-function.
src/ChangeLog
src/keyboard.c