* lisp/simple.el (execute-extended-command): Set real-this-command.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Jun 2012 19:21:34 +0000 (15:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 2 Jun 2012 19:21:34 +0000 (15:21 -0400)
commitf2d6a3df6ab288a909ad3dc9fcadfdb28e46f2ee
tree496b84ebd6cbe2bd04405dac1a3a951d82f6cb3d
parent7bd5c1f4a4abb97576a26d6b0a9691c5f530d99f
* 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.

Fixes: debbugs:11506
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/callint.c
src/keyboard.c
src/macros.c