aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-06-02 15:21:34 -0400
committerStefan Monnier2012-06-02 15:21:34 -0400
commitf2d6a3df6ab288a909ad3dc9fcadfdb28e46f2ee (patch)
tree496b84ebd6cbe2bd04405dac1a3a951d82f6cb3d /src/ChangeLog
parent7bd5c1f4a4abb97576a26d6b0a9691c5f530d99f (diff)
downloademacs-f2d6a3df6ab288a909ad3dc9fcadfdb28e46f2ee.tar.gz
emacs-f2d6a3df6ab288a909ad3dc9fcadfdb28e46f2ee.zip
* 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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e5fddec94a4..ed808a39742 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c: Export real-this-command to Elisp.
4 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
5 and DEFVAR it. Update all users.
6
12012-06-02 Paul Eggert <eggert@cs.ucla.edu> 72012-06-02 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * minibuf.c (Fassoc_string): Remove duplicate declaration. 9 * minibuf.c (Fassoc_string): Remove duplicate declaration.