Mercurial > emacs
changeset 80472:2d8979bd10ff
(font-lock-extend-after-change-region-function): Make it buffer local.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Wed, 09 Apr 2008 08:11:58 +0000 |
parents | 9e2bed731432 |
children | 1b9faa405c59 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Wed Apr 09 08:04:22 2008 +0000 +++ b/lisp/font-lock.el Wed Apr 09 08:11:58 2008 +0000 @@ -998,6 +998,7 @@ \(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."