# HG changeset patch # User Richard M. Stallman # Date 1088390701 0 # Node ID da55b7f62f952f19e3b978b5c774510747b84ecc # Parent 39084f238fe5ac23efb200cfa178dfea66ab4909 (font-lock-fontify-syntactic-keywords-region): More changes to go with previous change. diff -r 39084f238fe5 -r da55b7f62f95 lisp/font-lock.el --- a/lisp/font-lock.el Sun Jun 27 22:37:07 2004 +0000 +++ b/lisp/font-lock.el Mon Jun 28 02:45:01 2004 +0000 @@ -1257,7 +1257,7 @@ 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'.