Mercurial > emacs
changeset 35420:5a9310b13ff5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 19 Jan 2001 13:36:03 +0000 |
parents | e233da20040a |
children | adba111543f5 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jan 19 13:32:08 2001 +0000 +++ b/etc/NEWS Fri Jan 19 13:36:03 2001 +0000 @@ -958,7 +958,8 @@ *** The new function `font-lock-remove-keywords' can be used to remove font-lock keywords from the current buffer or from a specific major mode. -*** multiline patterns are now supported. +*** Multiline patterns are now supported. Modes using this, should +set font-lock-multiline to t in their font-lock-defaults. *** `font-lock-syntactic-face-function' allows major-modes to choose the face used for each string/comment.
--- a/lisp/ChangeLog Fri Jan 19 13:32:08 2001 +0000 +++ b/lisp/ChangeLog Fri Jan 19 13:36:03 2001 +0000 @@ -1,5 +1,9 @@ 2001-01-19 Gerd Moellmann <gerd@gnu.org> + * font-lock.el (font-lock-multiline): Default to nil. + (font-lock-default-fontify-region): If font-lock-multiline is + nil, don't check the property `font-lock-multiline'. + * jit-lock.el (jit-lock-after-change): If font-lock-multiline is nil, don't check the `font-lock-multiline' text property.