Mercurial > emacs
changeset 93904:41ee2cc9680d
(font-lock-extend-after-change-region-function): Make it buffer local.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Wed, 09 Apr 2008 08:17:59 +0000 |
parents | 475f29769814 |
children | 529aa606e975 |
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:14:54 2008 +0000 +++ b/lisp/font-lock.el Wed Apr 09 08:17:59 2008 +0000 @@ -1007,6 +1007,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."