# HG changeset patch # User Richard M. Stallman # Date 1008050712 0 # Node ID bedadfb75588c0f14ca79ec032b386da00bf7e74 # Parent de85e1496e781bb6ec87c3e339b16e9d79d2ba6b (font-lock-mode): Put our function at the end of after-change-functions. diff -r de85e1496e78 -r bedadfb75588 lisp/font-lock.el --- a/lisp/font-lock.el Tue Dec 11 06:04:14 2001 +0000 +++ b/lisp/font-lock.el Tue Dec 11 06:05:12 2001 +0000 @@ -755,7 +755,7 @@ ;; Turn on Font Lock mode. (when font-lock-mode - (add-hook 'after-change-functions 'font-lock-after-change-function nil t) + (add-hook 'after-change-functions 'font-lock-after-change-function t t) (font-lock-set-defaults) (font-lock-turn-on-thing-lock) ;; Fontify the buffer if we have to.