]> git.eshelyaron.com Git - emacs.git/commitdiff
(hilit-mode): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Oct 2004 19:52:02 +0000 (19:52 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Oct 2004 19:52:02 +0000 (19:52 +0000)
lisp/obsolete/hilit19.el

index b1aef20f5dd7bd8181fe3cba5c5ca2df3d4910f8..a5fd33adcaa5331d1dea7a415da0f68f0ec8ae7a 100644 (file)
@@ -967,7 +967,7 @@ the entire buffer is forced."
 
   (if hilit-mode
       (add-hook 'find-file-hook 'hilit-find-file-hook t)
-    (remove-hook 'find-file-hook 'hilit-find-file-hook t))
+    (remove-hook 'find-file-hook 'hilit-find-file-hook))
 
   (unless (and hilit-inhibit-hooks hilit-mode)
     (condition-case c