From: Gerd Moellmann Date: Mon, 29 May 2000 15:48:14 +0000 (+0000) Subject: (jit-lock-mode): Add after change function to local hook. X-Git-Tag: emacs-pretest-21.0.90~3637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=659451a2e976740eb9155cf7fde3a09669f033d6;p=emacs.git (jit-lock-mode): Add after change function to local hook. --- diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index f44bc0e9f0d..8fb46da9657 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -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))