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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Wed, 27 Apr 2005 15:43:50 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.242 emacs/lisp/font-lock.el:1.243
*** emacs/lisp/font-lock.el:1.242       Tue Apr 26 14:14:42 2005
--- emacs/lisp/font-lock.el     Wed Apr 27 19:43:50 2005
***************
*** 1008,1014 ****
  
  (defun font-lock-default-fontify-region (beg end loudly)
    (save-buffer-state
!       ((parse-sexp-lookup-properties font-lock-syntactic-keywords)
         (old-syntax-table (syntax-table)))
      (unwind-protect
        (save-restriction
--- 1008,1015 ----
  
  (defun font-lock-default-fontify-region (beg end loudly)
    (save-buffer-state
!       ((parse-sexp-lookup-properties
!         (or parse-sexp-lookup-properties font-lock-syntactic-keywords))
         (old-syntax-table (syntax-table)))
      (unwind-protect
        (save-restriction




reply via email to

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