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:
parent
006041e58e
commit
cba6efbff3
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user