From 96bdb5cf192adcda434b2ca1d45abd18dd037137 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 9 Apr 2008 08:17:59 +0000 Subject: [PATCH] (font-lock-extend-after-change-region-function): Make it buffer local. --- lisp/font-lock.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 2ac85876308..749f137f567 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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." -- 2.39.5