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
96bdb5cf
Commit
96bdb5cf
authored
Apr 09, 2008
by
Alan Mackenzie
Browse files
(font-lock-extend-after-change-region-function): Make it buffer local.
parent
bae8ad55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/font-lock.el
lisp/font-lock.el
+1
-0
No files found.
lisp/font-lock.el
View file @
96bdb5cf
...
...
@@ -1007,6 +1007,7 @@ and end buffer positions \(in that order) of the region to refontify, or nil
\(which directs the caller to fontify a default region).
This function should preserve the match-data.
The region it returns may start or end in the middle of a line."
)
(
make-variable-buffer-local
'font-lock-extend-after-change-region-function
)
(
defun
font-lock-fontify-buffer
()
"Fontify the current buffer the way the function `font-lock-mode' would."
...
...
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