]> 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:17:59 +0000 (08:17 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 9 Apr 2008 08:17:59 +0000 (08:17 +0000)
lisp/font-lock.el

index 2ac858763082117cd147948f4a90e5bb5d1d416e..749f137f567c896385679bd5f2fc93d00956a11c 100644 (file)
@@ -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."