Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
93e5c2b5
Commit
93e5c2b5
authored
Jun 12, 2002
by
Colin Walters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(font-lock-set-defaults-1): Set variable alist here.
parent
61fd2c68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/font-lock.el
lisp/font-lock.el
+3
-2
No files found.
lisp/font-lock.el
View file @
93e5c2b5
...
...
@@ -1465,8 +1465,9 @@ A LEVEL of nil is equal to a LEVEL of 0, a LEVEL of t is equal to
(
when
(
nth
4
defaults
)
(
set
(
make-local-variable
'font-lock-beginning-of-syntax-function
)
(
nth
4
defaults
)))
;; The variable alist is set in font-core.el.
;; Variable alist?
(
dolist
(
x
(
nthcdr
5
defaults
))
(
set
(
make-local-variable
(
car
x
))
(
cdr
x
)))
;; Setup `font-lock-keywords' last because its value might depend
;; on other settings (e.g. font-lock-compile-keywords uses
;; font-lock-beginning-of-syntax-function).
...
...
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