aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-10-25 08:54:04 -0400
committerStefan Monnier2011-10-25 08:54:04 -0400
commite6346438e26069017f0eb5e1b15c53c30587462e (patch)
tree5c2c63cd56b148bfa0c7d5f751e62c70192f62fa /src/ChangeLog
parent3f04efd64d76ea897cb3b27f971777c66042a23b (diff)
downloademacs-e6346438e26069017f0eb5e1b15c53c30587462e.tar.gz
emacs-e6346438e26069017f0eb5e1b15c53c30587462e.zip
Make function-key-map apply when key is bound to `undefined'.
* src/keyboard.c (test_undefined): New function. (read_key_sequence): Use it to detect when a key is bound to `undefined'. Fixes: debbugs:9751
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 cee48bd1731..52581be2863 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (test_undefined): New function (bug#9751).
4 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
5
12011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com> 62011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
2 7
3 * sysdep.c (init_sys_modes): Fix the check for the controlling 8 * sysdep.c (init_sys_modes): Fix the check for the controlling