aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2012-12-23 11:36:15 +0000
committerAlan Mackenzie2012-12-23 11:36:15 +0000
commit3f6b93cd7fa2b949e722408bcecf50e2b7b4322e (patch)
tree1b94aecd5e903716ea2a42e5164f64d0490d462b /lisp/ChangeLog
parent173076b47b1e789fd34ed93374983e6542388096 (diff)
downloademacs-3f6b93cd7fa2b949e722408bcecf50e2b7b4322e.tar.gz
emacs-3f6b93cd7fa2b949e722408bcecf50e2b7b4322e.zip
Speed up fontification where there's large brace blocks.
progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit to a call of c-beginning-of-decl-1.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9de20493749..a0ae8fbc4f8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-12-23 Alan Mackenzie <acm@muc.de>
2
3 Speed up fontification where there's large brace blocks.
4 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5 to a call of c-beginning-of-decl-1.
6
12012-12-21 Chong Yidong <cyd@gnu.org> 72012-12-21 Chong Yidong <cyd@gnu.org>
2 8
3 * sort.el (sort-subr): Doc fix (Bug#13056). 9 * sort.el (sort-subr): Doc fix (Bug#13056).