aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2006-03-15 22:26:09 +0000
committerStefan Monnier2006-03-15 22:26:09 +0000
commit4ffc92c2d8cffb5a8ed984bd2556ff7b124ccb0a (patch)
tree5380bc5eba8af29d5f8f4d9f028e0ff2ee4d8b8d /etc
parent364d0cf80549428a8e1f880eab13e73e67cbdd69 (diff)
downloademacs-4ffc92c2d8cffb5a8ed984bd2556ff7b124ccb0a.tar.gz
emacs-4ffc92c2d8cffb5a8ed984bd2556ff7b124ccb0a.zip
* 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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7d93fe51bb..d273654500c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -873,11 +873,6 @@ fontification in Info, remove `turn-on-font-lock' from
873`Info-mode-hook'. 873`Info-mode-hook'.
874 874
875+++ 875+++
876*** font-lock-lines-before specifies a number of lines before the
877current line that should be refontified when you change the buffer.
878The default value is 1.
879
880+++
881*** font-lock: in modes like C and Lisp where the fontification assumes that 876*** font-lock: in modes like C and Lisp where the fontification assumes that
882an open-paren in column 0 is always outside of any string or comment, 877an open-paren in column 0 is always outside of any string or comment,
883font-lock now highlights any such open-paren-in-column-zero in bold-red 878font-lock now highlights any such open-paren-in-column-zero in bold-red