aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-08-28 17:19:54 -0400
committerStefan Monnier2013-08-28 17:19:54 -0400
commitf663baa7dd99e6ea45120175d5ecd3514c7e33bc (patch)
tree6d222b657b5ac536e20a9a5a8b7fb0817c4073fa /lisp/ChangeLog
parentdd4f8b743d6c3f5f59e5afeca813c13619a0a771 (diff)
downloademacs-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/ChangeLog4
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 @@
12013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> 12013-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)