aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-10-29 17:05:35 -0400
committerStefan Monnier2013-10-29 17:05:35 -0400
commit4c9797cb77cee0d72084567ed8a7e97fcf41abff (patch)
tree265ecd2bdf1b46c832f48c3a7a4ffe1378c20ffd /src/ChangeLog
parentdcd163ac993757af6afa129b8625e3ea1c43973a (diff)
downloademacs-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 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b06279b1a0a..7dab8c0d64e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (command_loop_1): If command is nil, call `undefined'.
4
12013-10-29 Paul Eggert <eggert@cs.ucla.edu> 52013-10-29 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * insdel.c: Fix minor problems found by static checking. 7 * insdel.c: Fix minor problems found by static checking.