summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2015-02-01 21:20:35 +0000
committerAlan Mackenzie <acm@muc.de>2015-04-06 22:23:29 +0000
commitb31d359d182eb252a11f0468a7dc1ee1eafb28e9 (patch)
treefb89f830542e34a5636368e3fa71bb3722d2772b /lisp/ChangeLog
parentab9252a01a61d08cc866dfc73dbed95523523556 (diff)
downloademacs-b31d359d182eb252a11f0468a7dc1ee1eafb28e9.tar.gz
CC Mode: Stop Font Lock forcing fontification from BOL. Fixes debbugs#19669.
cc-mode.el (c-font-lock-init): Setq font-lock-extend-region-functions to nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70602581cba..38bb8afa15c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2015-02-01 Alan Mackenzie <acm@muc.de>
+
+ CC Mode: Stop Font Lock forcing fontification from BOL. Fixes
+ debbugs#19669.
+
+ * progmodes/cc-mode.el (c-font-lock-init): Setq
+ font-lock-extend-region-functions to nil.
+
2015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org>
python.el: Do not break IPython magic completions. (Bug#19736)