Mercurial > emacs
changeset 56265:da55b7f62f95
(font-lock-fontify-syntactic-keywords-region):
More changes to go with previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Jun 2004 02:45:01 +0000 |
parents | 39084f238fe5 |
children | 568289c9fcb4 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.