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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs