From cba6efbff3d236a55c52ddc9d6974db9f44425a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 26 Nov 2001 16:27:33 +0000 Subject: [PATCH] (hilit-chg-set): Remove make-local-hook. --- lisp/hilit-chg.el | 1 - 1 file changed, 1 deletion(-) 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 () -- 2.39.5