1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(hilit-chg-set): Remove make-local-hook.

This commit is contained in:
Pavel Janík 2001-11-26 16:27:33 +00:00
parent 006041e58e
commit cba6efbff3

View File

@ -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 ()