diff options
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index c5fb972a7ad..7bf2eb05b55 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -589,7 +589,6 @@ This allows you to manually remove highlighting from uninteresting changes." (or buffer-read-only (hilit-chg-hide-changes))) (force-mode-line-update) - (make-local-hook 'after-change-functions) (add-hook 'after-change-functions 'hilit-chg-set-face-on-change nil t)) (defun hilit-chg-clear () |