(font-lock-extend-after-change-region-function): Make it buffer local.
This commit is contained in:
parent
fd0a21518d
commit
c7ffd3f84e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue