emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Mon, 30 Jun 2003 06:41:29 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.54 emacs/lispref/modes.texi:1.55
*** emacs/lispref/modes.texi:1.54       Fri May 16 09:34:07 2003
--- emacs/lispref/modes.texi    Mon Jun 30 06:41:29 2003
***************
*** 2105,2113 ****
  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), you can tell
  Emacs not to load all of font-lock.el (unless it's already loaded), by
! setting the variable @code{font-lock-core-only} to non-nil as part of
! the @code{font-lock-defaults} settings.  Here is the canonical way to
! do this:
  
  @example
  (set (make-local-variable 'font-lock-defaults)
--- 2105,2113 ----
  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), you can tell
  Emacs not to load all of font-lock.el (unless it's already loaded), by
! setting the variable @code{font-lock-core-only} to address@hidden as
! part of the @code{font-lock-defaults} settings.  Here is the canonical
! way to do this:
  
  @example
  (set (make-local-variable 'font-lock-defaults)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]