aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorColin Walters <[email protected]>2002-06-12 04:55:34 +0000
committerColin Walters <[email protected]>2002-06-12 04:55:34 +0000
commitce0e1de2ab36ab8de9018e70b6e1ddab1001b989 (patch)
tree1c8028504c1b1f24972eb86c382a0fa0cc32d670 /lisp
parent94a0f9e0638eac943966f8921d4fea96007bdf7d (diff)
(occur-mode): Don't set `font-lock-defaults'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/replace.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index e5f87dc65a..6899847be0 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -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))