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
2729bba0
Commit
2729bba0
authored
Sep 10, 1996
by
Richard M. Stallman
Browse files
(outline-font-lock-keywords):
Treat carriage return like newline.
parent
749ae770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/ooutline.el
lisp/textmodes/ooutline.el
+1
-1
No files found.
lisp/textmodes/ooutline.el
View file @
2729bba0
...
...
@@ -139,7 +139,7 @@ in the file it applies to.")
(
defvar
outline-font-lock-keywords
'
(
;; Highlight headings according to the level.
(
"^\\(
\\*
+\\)[ \t]*\\(
.
+\\)?[ \t]*
$
"
(
"^\\(
[*]
+\\)[ \t]*\\(
[^\n\r]
+\\)?[ \t]*
[\n\r]
"
(
1
font-lock-string-face
)
(
2
(
let
((
len
(
-
(
match-end
1
)
(
match-beginning
1
))))
(
or
(
cdr
(
assq
len
'
((
1
.
font-lock-function-name-face
)
...
...
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