diff etc/NEWS @ 69499:caf8f09897bc

* font-lock.el (font-lock-lines-before): Delete variable, subsumed by the new extend-region feature. (font-lock-after-change-function): Update correspondingly. * jit-lock.el (jit-lock-after-change): Update correspondingly. * progmodes/grep.el (font-lock-lines-before): Don't disable. * modes.texi (Region to Fontify): Remove font-lock-lines-before.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 15 Mar 2006 22:26:09 +0000
parents e48e1751c47d
children 2fc1b3ed4aec
line wrap: on
line diff
--- a/etc/NEWS	Wed Mar 15 19:41:35 2006 +0000
+++ b/etc/NEWS	Wed Mar 15 22:26:09 2006 +0000
@@ -873,11 +873,6 @@
 `Info-mode-hook'.
 
 +++
-*** font-lock-lines-before specifies a number of lines before the
-current line that should be refontified when you change the buffer.
-The default value is 1.
-
-+++
 *** font-lock: in modes like C and Lisp where the fontification assumes that
 an open-paren in column 0 is always outside of any string or comment,
 font-lock now highlights any such open-paren-in-column-zero in bold-red