# HG changeset patch # User Alan Mackenzie # Date 1207516283 0 # Node ID e5e67a07686b2f63309015d00502bf8bd9356dff # Parent 7aae3fb72148282c1bb16ecdcb17e7da90617585 *** empty log message *** diff -r 7aae3fb72148 -r e5e67a07686b lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 06 21:01:50 2008 +0000 +++ b/lisp/ChangeLog Sun Apr 06 21:11:23 2008 +0000 @@ -1,3 +1,15 @@ +2008-04-06 Alan Mackenzie + + * progmodes/cc-langs.el (c-before-font-lock-function): Correct a + typo in the doc string. + + * progmodes/cc-mode.el (c-basic-common-init): Set + font-lock-extend-after-change-region-function. + (c-extend-after-change-region): New function, used in + font-lock-extend-after-change-region-function, thus superseding + advice on the Font Lock after change functions. + (c-advise-fl-for-region): Remove this macro. + 2008-04-06 Reiner Steib * textmodes/flyspell.el (flyspell-duplicate-distance): Improve