diff options
| author | Eli Zaretskii | 2015-02-19 18:48:39 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-19 18:48:39 +0200 |
| commit | a2f904981d10d68bd84b6c7233a79094f052fa8a (patch) | |
| tree | 541b3873cce7ab8d1c57f4822426460400a77df3 /src/ChangeLog | |
| parent | d10c3edaf21ebbc424d452f3f0ca5c1e51487201 (diff) | |
| download | emacs-a2f904981d10d68bd84b6c7233a79094f052fa8a.tar.gz emacs-a2f904981d10d68bd84b6c7233a79094f052fa8a.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 87133535e97..38af1d83a6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (read_char): Make sure this_single_command_key_start | ||
| 4 | is in sync with this_command_key_count, around the call to | ||
| 5 | input-method-function. (Bug#19774) | ||
| 6 | |||
| 1 | 2015-02-19 Fujii Hironori <fujii.hironori@gmail.com> (tiny change) | 7 | 2015-02-19 Fujii Hironori <fujii.hironori@gmail.com> (tiny change) |
| 2 | 8 | ||
| 3 | * w32fns.c (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Pass the | 9 | * w32fns.c (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Pass the |