summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-12-01 13:36:26 +0000
committerEli Zaretskii <eliz@gnu.org>2006-12-01 13:36:26 +0000
commit055596daa6e33ecb2e7144a354e5626d4e8d3af7 (patch)
tree802ab53f3226323e4efbe858ffdac6e5cd3b51af /etc
parent107fae8b7d9d971fd363a53aa42bea484703fe80 (diff)
downloademacs-055596daa6e33ecb2e7144a354e5626d4e8d3af7.tar.gz
Document the warning in lazy-lock.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dfea3a342d0..6d740c37d9d 100644
--- a/etc/NEWS
+++ b/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:
---