mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
(font-lock-extend-after-change-region-function): Make it buffer local.
This commit is contained in:
parent
fd0a21518d
commit
c7ffd3f84e
@ -998,6 +998,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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user