changeset 29288:dbb0996702bd

(jit-lock-mode): Add after change function to local hook.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 May 2000 15:48:14 +0000
parents 5fb859bdf5bd
children 9ad79f5782af
files lisp/jit-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jit-lock.el	Mon May 29 12:52:44 2000 +0000
+++ b/lisp/jit-lock.el	Mon May 29 15:48:14 2000 +0000
@@ -217,7 +217,7 @@
 	 (when (or (eq jit-lock-defer-contextually 'always)
 		   (and (not (eq jit-lock-defer-contextually 'never))
 			(null font-lock-keywords-only)))
-	   (add-hook 'after-change-functions 'jit-lock-after-change))
+	   (add-hook 'after-change-functions 'jit-lock-after-change nil t))
 	 
 	 ;; Install the fontification hook.
 	 (add-hook 'fontification-functions 'jit-lock-function))