diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb802db3b1b..690aca9540f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * simple.el (repeat-complex-command--called-interactively-skip): | ||
| 4 | New function. | ||
| 5 | (repeat-complex-command): Use it (bug#14136). | ||
| 6 | |||
| 3 | * progmodes/cc-mode.el: Minor cleanup of var declarations. | 7 | * progmodes/cc-mode.el: Minor cleanup of var declarations. |
| 4 | (c-define-abbrev-table): Add `doc' argument. | 8 | (c-define-abbrev-table): Add `doc' argument. |
| 5 | (c-mode-abbrev-table, c++-mode-abbrev-table) | 9 | (c-mode-abbrev-table, c++-mode-abbrev-table) |