* lisp/simple.el (execute-extended-command): Set real-this-command.
commitd6f41520e1efcbf3d4740c19b38b97a5803e9681
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Jun 2012 19:21:34 +0000 (2 15:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Jun 2012 19:21:34 +0000 (2 15:21 -0400)
tree043a01e7cf95881d269ccc5954fa4b402de21715
parent798ce4b6822f715e7797ca96ffd78e031c9e3cdb
* lisp/simple.el (execute-extended-command): Set real-this-command.
* src/keyboard.c: Export real-this-command to Elisp.
(syms_of_keyboard): Rename real_this_command to Vreal_this_command
and DEFVAR it.  Update all users.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/callint.c
src/keyboard.c
src/macros.c