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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Wed, 12 Jun 2002 00:54:41 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.197 emacs/lisp/font-lock.el:1.198
*** emacs/lisp/font-lock.el:1.197       Sat Jun  8 20:40:25 2002
--- emacs/lisp/font-lock.el     Wed Jun 12 00:54:41 2002
***************
*** 1465,1472 ****
      (when (nth 4 defaults)
        (set (make-local-variable 'font-lock-beginning-of-syntax-function)
           (nth 4 defaults)))
!     ;; The variable alist is set in font-core.el.
! 
      ;; Setup `font-lock-keywords' last because its value might depend
      ;; on other settings (e.g. font-lock-compile-keywords uses
      ;; font-lock-beginning-of-syntax-function).
--- 1465,1473 ----
      (when (nth 4 defaults)
        (set (make-local-variable 'font-lock-beginning-of-syntax-function)
           (nth 4 defaults)))
!     ;; Variable alist?
!     (dolist (x (nthcdr 5 defaults))
!       (set (make-local-variable (car x)) (cdr x)))
      ;; Setup `font-lock-keywords' last because its value might depend
      ;; on other settings (e.g. font-lock-compile-keywords uses
      ;; font-lock-beginning-of-syntax-function).



reply via email to

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