summaryrefslogtreecommitdiff
path: root/lisp/hilit-chg.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-26 16:27:33 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-26 16:27:33 +0000
commitcba6efbff3d236a55c52ddc9d6974db9f44425a8 (patch)
treeb6c5b1a11a188034bc9f2192544e98f57235c8b9 /lisp/hilit-chg.el
parent006041e58ef7adc6bb8b5a966887a77e52d7f2a5 (diff)
downloademacs-cba6efbff3d236a55c52ddc9d6974db9f44425a8.tar.gz
(hilit-chg-set): Remove make-local-hook.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r--lisp/hilit-chg.el1
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 ()