Mercurial > emacs
changeset 72125:9b546c70be9e
(Multiline Font Lock): Can't use jit-lock-defer-multiline
to ensure correct identification.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 25 Jul 2006 17:06:14 +0000 |
parents | 46e335881cbf |
children | 9c3a4ec55477 |
files | lispref/ChangeLog lispref/modes.texi |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Tue Jul 25 16:20:53 2006 +0000 +++ b/lispref/ChangeLog Tue Jul 25 17:06:14 2006 +0000 @@ -1,3 +1,8 @@ +2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca> + + * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline + to ensure correct identification. + 2006-07-24 Richard Stallman <rms@gnu.org> * text.texi (Clickable Text): Clarify.
--- a/lispref/modes.texi Tue Jul 25 16:20:53 2006 +0000 +++ b/lispref/modes.texi Tue Jul 25 17:06:14 2006 +0000 @@ -3049,7 +3049,7 @@ @itemize @item -Place a @code{font-lock-multiline} or @code{jit-lock-defer-multiline} +Place a @code{font-lock-multiline} property on the construct when it is added to the buffer. @item Use @code{font-lock-fontify-region-function} hook to extend the scan @@ -3076,7 +3076,6 @@ Place a @code{jit-lock-defer-multiline} property on the construct. This works only if @code{jit-lock-contextually} is used, but it can handle the case where highlighting depends on subsequent lines. -@item @end itemize @menu