emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Thu, 08 Sep 2005 21:15:26 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.272 emacs/lisp/font-lock.el:1.273
*** emacs/lisp/font-lock.el:1.272       Thu Sep  1 14:04:03 2005
--- emacs/lisp/font-lock.el     Fri Sep  9 01:15:25 2005
***************
*** 846,854 ****
  (defcustom font-lock-support-mode 'jit-lock-mode
    "*Support mode for Font Lock mode.
  Support modes speed up Font Lock mode by being choosy about when fontification
! occurs.  Known support modes are Fast Lock mode (symbol `fast-lock-mode'),
! Lazy Lock mode (symbol `lazy-lock-mode'), and Just-in-time Lock mode (symbol
! `jit-lock-mode'.  See those modes for more info.
  If nil, means support for Font Lock mode is never performed.
  If a symbol, use that support mode.
  If a list, each element should be of the form (MAJOR-MODE . SUPPORT-MODE),
--- 846,858 ----
  (defcustom font-lock-support-mode 'jit-lock-mode
    "*Support mode for Font Lock mode.
  Support modes speed up Font Lock mode by being choosy about when fontification
! occurs.  The default support mode, Just-in-time Lock mode (symbol
! `jit-lock-mode'), is recommended.
! 
! Other, older support modes are Fast Lock mode (symbol `fast-lock-mode') and
! Lazy Lock mode (symbol `lazy-lock-mode').  See those modes for more info.
! However, they are no longer recommended, as Just-in-time Lock mode is better.
! 
  If nil, means support for Font Lock mode is never performed.
  If a symbol, use that support mode.
  If a list, each element should be of the form (MAJOR-MODE . SUPPORT-MODE),




reply via email to

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