Document the warning in lazy-lock.
This commit is contained in:
parent
107fae8b7d
commit
055596daa6
1 changed files with 15 additions and 0 deletions
15
etc/NEWS
15
etc/NEWS
|
@ -1034,6 +1034,21 @@ jit-lock-defer-contextually is renamed jit-lock-contextually and
|
|||
jit-lock-context-time determines the delay after which contextual
|
||||
refontification takes place.
|
||||
|
||||
---
|
||||
*** lazy-lock is considered obsolete.
|
||||
|
||||
The `lazy-lock' package is superseded by `jit-lock' and is considered
|
||||
obsolete. `jit-lock' is activated by default; if you wish to continue
|
||||
using `lazy-lock', activate it in your ~/.emacs like this:
|
||||
|
||||
(setq font-lock-support-mode 'lazy-lock-mode)
|
||||
|
||||
If you invoke `lazy-lock-mode' directly rather than through
|
||||
`font-lock-support-mode', it now issues a warning:
|
||||
|
||||
"Use font-lock-support-mode rather than calling lazy-lock-mode"
|
||||
|
||||
|
||||
** Menu support:
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue