]> code.delx.au - gnu-emacs/blobdiff - lisp/hilit-chg.el
(insert-directory): If the df output does not look right,
[gnu-emacs] / lisp / hilit-chg.el
index c5fb972a7ad53048d33eec9df93dd90e5524cc37..357b39b5b45f98be10c4447cc3c50b05d1e8a212 100644 (file)
@@ -292,7 +292,7 @@ t means the buffer is suitable if its name does not begin with ` ' nor
 `*' and the buffer has a filename.
 
 A value of nil means no buffers are suitable for `global-highlight-changes'
-(effectively disabling the mode).
+\(effectively disabling the mode).
 
 Examples:
         (c-mode c++-mode)
@@ -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 ()