(font-lock-fontify-syntactic-keywords-region):

More changes to go with previous change.
This commit is contained in:
Richard M. Stallman 2004-06-28 02:45:01 +00:00
parent ef544dc887
commit 0715d1a4a8

View file

@ -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'.