Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2be6ecc6
Commit
2be6ecc6
authored
Jan 19, 2001
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
f9261020
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
etc/NEWS
etc/NEWS
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
2be6ecc6
...
...
@@ -958,7 +958,8 @@ Version numbers are only found in the first 10 percent of a file.
*** 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.
...
...
lisp/ChangeLog
View file @
2be6ecc6
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment