diff options
| author | Stefan Monnier | 2006-03-15 22:26:09 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-03-15 22:26:09 +0000 |
| commit | 4ffc92c2d8cffb5a8ed984bd2556ff7b124ccb0a (patch) | |
| tree | 5380bc5eba8af29d5f8f4d9f028e0ff2ee4d8b8d /etc | |
| parent | 364d0cf80549428a8e1f880eab13e73e67cbdd69 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -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 | ||
| 877 | current line that should be refontified when you change the buffer. | ||
| 878 | The 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 |
| 882 | an open-paren in column 0 is always outside of any string or comment, | 877 | an open-paren in column 0 is always outside of any string or comment, |
| 883 | font-lock now highlights any such open-paren-in-column-zero in bold-red | 878 | font-lock now highlights any such open-paren-in-column-zero in bold-red |