diff options
| author | Stefan Monnier | 2011-10-25 08:54:04 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-25 08:54:04 -0400 |
| commit | e6346438e26069017f0eb5e1b15c53c30587462e (patch) | |
| tree | 5c2c63cd56b148bfa0c7d5f751e62c70192f62fa /src/ChangeLog | |
| parent | 3f04efd64d76ea897cb3b27f971777c66042a23b (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com> | 6 | 2011-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 |