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: Luc Teirlinck
Subject: Re: Wrong type argument: sequencep, list-font-lock-keywords-2
Date: Sun, 27 Jun 2004 13:20:01 -0500 (CDT)

Richard Stallman wrote:

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

Yes it does.

Sincerely,

Luc.




reply via email to

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