diff options
| author | Stefan Monnier | 2013-08-28 17:19:54 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-08-28 17:19:54 -0400 |
| commit | f663baa7dd99e6ea45120175d5ecd3514c7e33bc (patch) | |
| tree | 6d222b657b5ac536e20a9a5a8b7fb0817c4073fa /lisp/ChangeLog | |
| parent | dd4f8b743d6c3f5f59e5afeca813c13619a0a771 (diff) | |
| download | emacs-f663baa7dd99e6ea45120175d5ecd3514c7e33bc.tar.gz emacs-f663baa7dd99e6ea45120175d5ecd3514c7e33bc.zip | |
* lisp/simple.el (repeat-complex-command--called-interactively-skip):
New function.
(repeat-complex-command): Use it.
Fixes: debbugs:14136
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) |