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
d31e6eaf
Commit
d31e6eaf
authored
Oct 12, 1994
by
Simon Marshall
Browse files
* outline.el: (outline-mode): Set font-lock-defaults.
parent
af4b1991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/ooutline.el
lisp/textmodes/ooutline.el
+2
-2
No files found.
lisp/textmodes/ooutline.el
View file @
d31e6eaf
...
...
@@ -206,8 +206,8 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
(
make-local-variable
'paragraph-separate
)
(
setq
paragraph-separate
(
concat
paragraph-separate
"\\|^\\("
outline-regexp
"\\)"
))
(
make-local-variable
'font-lock-
keyword
s
)
(
setq
font-lock-
keywords
outline-font-lock-keywords
)
(
make-local-variable
'font-lock-
default
s
)
(
setq
font-lock-
defaults
'
(
outline-font-lock-keywords
t
)
)
(
make-local-variable
'change-major-mode-hook
)
(
add-hook
'change-major-mode-hook
'show-all
)
(
run-hooks
'text-mode-hook
'outline-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