diff options
| author | Stefan Monnier | 2013-10-29 17:05:35 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-29 17:05:35 -0400 |
| commit | 4c9797cb77cee0d72084567ed8a7e97fcf41abff (patch) | |
| tree | 265ecd2bdf1b46c832f48c3a7a4ffe1378c20ffd /lisp/ChangeLog | |
| parent | dcd163ac993757af6afa129b8625e3ea1c43973a (diff) | |
| download | emacs-4c9797cb77cee0d72084567ed8a7e97fcf41abff.tar.gz emacs-4c9797cb77cee0d72084567ed8a7e97fcf41abff.zip | |
* src/keyboard.c (command_loop_1): If command is nil, call `undefined'.
* lisp/subr.el (undefined): Add missing behavior from the C code for
unbound keys.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 988047c9bc0..f15ba16da11 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * subr.el (undefined): Add missing behavior from the C code for | ||
| 4 | unbound keys. | ||
| 5 | |||
| 3 | * rect.el: Use lexical-binding. Add new rectangular region support. | 6 | * rect.el: Use lexical-binding. Add new rectangular region support. |
| 4 | (rectangle-mark): New command. | 7 | (rectangle-mark): New command. |
| 5 | (rectangle--region): New var. | 8 | (rectangle--region): New var. |