* lisp/simple.el (command-execute): Move from C. Add obsolete check.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Feb 2013 16:37:06 +0000 (11:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Feb 2013 16:37:06 +0000 (11:37 -0500)
commitb6c2bfff02239197fc855c0575def855afab01c7
treed5e7870aeaa28b3bbeb3bdb77b0bcac886b939cc
parent5079cfefc0fe7152bae4ea175f5679bca42e0cbd
* lisp/simple.el (command-execute): Move from C.  Add obsolete check.
(extended-command-history): Move from C.
* src/keyboard.c (Qcommand_execute): New var.
(command_loop_1, read_char): Use it.
(Fcommand_execute): Remove, replace by an Elisp implementation.
(syms_of_keyboard): Adjust accordingly.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/keyboard.c