]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-extend-after-change-region-function): Make it buffer local.
authorAlan Mackenzie <acm@muc.de>
Wed, 9 Apr 2008 08:11:58 +0000 (08:11 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 9 Apr 2008 08:11:58 +0000 (08:11 +0000)
lisp/font-lock.el

index 33238c275ec60b5f0d28b44ceb97d877e1f0f82e..6f010eee19ba8cb235c275aee195f0752ec2d79c 100644 (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."