emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrong type argument: sequencep, list-font-lock-keywords-2


From: Richard Stallman
Subject: Re: Wrong type argument: sequencep, list-font-lock-keywords-2
Date: Sun, 27 Jun 2004 13:41:42 -0400

Does this patch fix that bug?

*** font-lock.el        24 Jun 2004 19:32:27 -0400      1.222
--- font-lock.el        27 Jun 2004 00:45:14 -0400      
***************
*** 1257,1263 ****
                                        font-lock-syntactic-keywords)))
    ;; Get down to business.
    (let ((case-fold-search font-lock-keywords-case-fold-search)
!       (keywords (cdr font-lock-syntactic-keywords))
        keyword matcher highlights)
      (while keywords
        ;; Find an occurrence of `matcher' from `start' to `end'.
--- 1257,1263 ----
                                        font-lock-syntactic-keywords)))
    ;; Get down to business.
    (let ((case-fold-search font-lock-keywords-case-fold-search)
!       (keywords (cddr font-lock-syntactic-keywords))
        keyword matcher highlights)
      (while keywords
        ;; Find an occurrence of `matcher' from `start' to `end'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]