From: Richard M. Stallman Date: Mon, 28 Jun 2004 02:45:01 +0000 (+0000) Subject: (font-lock-fontify-syntactic-keywords-region): X-Git-Tag: ttn-vms-21-2-B4~5619 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0715d1a4a88318dbdb6dd16b5d24a6faccfff371;p=emacs.git (font-lock-fontify-syntactic-keywords-region): More changes to go with previous change. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 033bf20bf71..ce2548cc84d 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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'.