diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-26 16:27:33 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-26 16:27:33 +0000 |
commit | cba6efbff3d236a55c52ddc9d6974db9f44425a8 (patch) | |
tree | b6c5b1a11a188034bc9f2192544e98f57235c8b9 /lisp/hilit-chg.el | |
parent | 006041e58ef7adc6bb8b5a966887a77e52d7f2a5 (diff) | |
download | emacs-cba6efbff3d236a55c52ddc9d6974db9f44425a8.tar.gz emacs-cba6efbff3d236a55c52ddc9d6974db9f44425a8.tar.bz2 emacs-cba6efbff3d236a55c52ddc9d6974db9f44425a8.zip |
(hilit-chg-set): Remove make-local-hook.
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 () |