(font-lock-fontify-syntactic-keywords-region):
More changes to go with previous change.
This commit is contained in:
parent
ef544dc887
commit
0715d1a4a8
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ START should be at the beginning of a line."
|
|||
font-lock-syntactic-keywords)))
|
||||
;; Get down to business.
|
||||
(let ((case-fold-search font-lock-keywords-case-fold-search)
|
||||
(keywords (cdr font-lock-syntactic-keywords))
|
||||
(keywords (cddr font-lock-syntactic-keywords))
|
||||
keyword matcher highlights)
|
||||
(while keywords
|
||||
;; Find an occurrence of `matcher' from `start' to `end'.
|
||||
|
|
Loading…
Add table
Reference in a new issue