From: Pavel Janík Date: Mon, 26 Nov 2001 16:27:33 +0000 (+0000) Subject: (hilit-chg-set): Remove make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~18120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cba6efbff3d236a55c52ddc9d6974db9f44425a8;p=emacs.git (hilit-chg-set): Remove make-local-hook. --- 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 ()