]> git.eshelyaron.com Git - emacs.git/commitdiff
(occur-mode): Don't set `font-lock-defaults'.
authorColin Walters <walters@gnu.org>
Wed, 12 Jun 2002 04:55:34 +0000 (04:55 +0000)
committerColin Walters <walters@gnu.org>
Wed, 12 Jun 2002 04:55:34 +0000 (04:55 +0000)
lisp/replace.el

index e5f87dc65a1c239467102a94453617fe379744d6..6899847be083f64168a88955810281aa56a5123c 100644 (file)
@@ -471,8 +471,6 @@ Alternatively, click \\[occur-mode-mouse-goto] on an item to go to it.
   (setq major-mode 'occur-mode)
   (setq mode-name "Occur")
   (set (make-local-variable 'revert-buffer-function) 'occur-revert-function)
-  (set (make-local-variable 'font-lock-defaults)
-       '(nil t nil nil nil (font-lock-core-only . t)))
   (make-local-variable 'occur-revert-arguments)
   (run-hooks 'occur-mode-hook))