]> git.eshelyaron.com Git - emacs.git/commitdiff
(hilit-chg-set): Remove make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:27:33 +0000 (16:27 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:27:33 +0000 (16:27 +0000)
lisp/hilit-chg.el

index c5fb972a7ad53048d33eec9df93dd90e5524cc37..7bf2eb05b555427ec5692659b09a24ac33fa8d73 100644 (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 ()