aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-06-18 23:48:18 -0400
committerStefan Monnier2014-06-18 23:48:18 -0400
commit1503d26aa07983b9c0c06b8d10a570a63eee7515 (patch)
tree69e1dcbafb69fd66abab4636f45a17ec30953d58 /src/ChangeLog
parent52a6194ff6b327bcd520dc308f346d01e456b0b0 (diff)
downloademacs-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/ChangeLog5
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 @@
12014-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
12014-06-19 Dmitry Antipov <dmantipov@yandex.ru> 62014-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