diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-06-02 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-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. |