[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/font-core.el
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/font-core.el |
Date: |
Mon, 18 Jul 2005 11:24:00 -0400 |
Index: emacs/lisp/font-core.el
diff -c emacs/lisp/font-core.el:1.30 emacs/lisp/font-core.el:1.31
*** emacs/lisp/font-core.el:1.30 Mon Jul 4 23:08:54 2005
--- emacs/lisp/font-core.el Mon Jul 18 15:24:00 2005
***************
*** 125,131 ****
When you turn Font Lock mode on/off the buffer is fontified/defontified,
though
fontification occurs only if the buffer is less than `font-lock-maximum-size'.
! For example, to specify that Font Lock mode use use Lazy Lock mode as a
support
mode and use maximum levels of fontification, put in your ~/.emacs:
(setq font-lock-support-mode 'lazy-lock-mode)
--- 125,131 ----
When you turn Font Lock mode on/off the buffer is fontified/defontified,
though
fontification occurs only if the buffer is less than `font-lock-maximum-size'.
! For example, to specify that Font Lock mode uses Lazy Lock mode as a support
mode and use maximum levels of fontification, put in your ~/.emacs:
(setq font-lock-support-mode 'lazy-lock-mode)