1
0
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:
Alan Mackenzie 2008-04-09 08:11:58 +00:00
parent fd0a21518d
commit c7ffd3f84e

View File

@ -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."