Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce0e1de2
Commit
ce0e1de2
authored
Jun 12, 2002
by
Colin Walters
Browse files
(occur-mode): Don't set `font-lock-defaults'.
parent
94a0f9e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/replace.el
lisp/replace.el
+0
-2
No files found.
lisp/replace.el
View file @
ce0e1de2
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment