emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Sun, 27 Jun 2004 22:47:40 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.222 emacs/lisp/font-lock.el:1.223
*** emacs/lisp/font-lock.el:1.222       Thu Jun 24 23:30:50 2004
--- emacs/lisp/font-lock.el     Mon Jun 28 02:45:01 2004
***************
*** 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]