Mercurial > emacs
changeset 54550:3531a87207b5
* font-lock.el (fast-lock, lazy-lock): Remove links to removed
Support Modes Info node.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 25 Mar 2004 10:44:30 +0000 |
parents | 566f64345869 |
children | f379faf2494c |
files | lisp/font-lock.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu Mar 25 10:41:49 2004 +0000 +++ b/lisp/font-lock.el Thu Mar 25 10:44:30 2004 +0000 @@ -228,13 +228,11 @@ ;; Define support mode groups here to impose `font-lock' group order. (defgroup fast-lock nil "Font Lock support mode to cache fontification." - :link '(custom-manual "(emacs)Support Modes") :load 'fast-lock :group 'font-lock) (defgroup lazy-lock nil "Font Lock support mode to fontify lazily." - :link '(custom-manual "(emacs)Support Modes") :load 'lazy-lock :group 'font-lock)