]> git.eshelyaron.com Git - emacs.git/commitdiff
(jit-lock-mode): Add after change function to local hook.
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 May 2000 15:48:14 +0000 (15:48 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 May 2000 15:48:14 +0000 (15:48 +0000)
lisp/jit-lock.el

index f44bc0e9f0df0203c163156ed9b4e218e803dc43..8fb46da9657f08bfdd459404171aa445739b6617 100644 (file)
@@ -217,7 +217,7 @@ the variable `jit-lock-stealth-nice' and `jit-lock-stealth-lines'."
         (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))