# HG changeset patch # User Richard M. Stallman # Date 1161024866 0 # Node ID 86946679c343f5b1f80a20be51f4373cb64f374e # Parent 4aa300075af88c541ba8188dba3f0de8c03a4ab1 (Precalculated Fontification): Don't say that not setting font-lock-defaults avoids loading font-lock. diff -r 4aa300075af8 -r 86946679c343 lispref/modes.texi --- a/lispref/modes.texi Mon Oct 16 18:53:23 2006 +0000 +++ b/lispref/modes.texi Mon Oct 16 18:54:26 2006 +0000 @@ -2816,8 +2816,7 @@ If your mode does not use any of the other machinery of Font Lock (i.e. it only uses the @code{font-lock-face} property), it should not -set the variable @code{font-lock-defaults}. That way, it will not -cause loading of the @file{font-lock} library. +set the variable @code{font-lock-defaults}. @node Faces for Font Lock @subsection Faces for Font Lock