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
48bb9196
Commit
48bb9196
authored
Jan 19, 2001
by
Gerd Moellmann
Browse files
(texinfo-mode): Use backward-paragraph
as font-lock-beginning-of-syntax-function in font-lock-defaults.
parent
9724173b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+1
-1
No files found.
lisp/ChangeLog
View file @
48bb9196
2001-01-19 Gerd Moellmann <gerd@gnu.org>
* textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
as font-lock-beginning-of-syntax-function in font-lock-defaults.
* jit-lock.el (jit-lock-fontify-now): Don't bind
font-lock-beginning-of-syntax-function to nil.
...
...
lisp/textmodes/texinfo.el
View file @
48bb9196
...
...
@@ -558,7 +558,7 @@ value of `texinfo-mode-hook'."
(
setq
imenu-case-fold-search
nil
)
(
make-local-variable
'font-lock-defaults
)
(
setq
font-lock-defaults
'
(
texinfo-font-lock-keywords
nil
nil
nil
nil
'
(
texinfo-font-lock-keywords
nil
nil
nil
backward-paragraph
(
font-lock-syntactic-keywords
.
texinfo-font-lock-syntactic-keywords
)))
(
set
(
make-local-variable
'parse-sexp-lookup-properties
)
t
)
...
...
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