diff options
| author | Stefan Monnier | 2014-06-18 23:48:18 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-06-18 23:48:18 -0400 |
| commit | 1503d26aa07983b9c0c06b8d10a570a63eee7515 (patch) | |
| tree | 69e1dcbafb69fd66abab4636f45a17ec30953d58 /src/ChangeLog | |
| parent | 52a6194ff6b327bcd520dc308f346d01e456b0b0 (diff) | |
| download | emacs-1503d26aa07983b9c0c06b8d10a570a63eee7515.tar.gz emacs-1503d26aa07983b9c0c06b8d10a570a63eee7515.zip | |
* src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_command
before checking key-translation-map.
Fixes: debbugs:17659
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6869116416a..58e3eab8339 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (read_key_sequence): Don't invoke Vprefix_help_command | ||
| 4 | before checking key-translation-map (bug#17659). | ||
| 5 | |||
| 1 | 2014-06-19 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2014-06-19 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * font.c (font_make_object): Avoid dangling pointer which may | 8 | * font.c (font_make_object): Avoid dangling pointer which may |