From 8a2a65356d5e1bbd7a6f5188efac64763b4bd4db Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 27 Apr 2005 19:43:50 +0000 Subject: [PATCH] (font-lock-default-fontify-region): Don't force parse-sexp-lookup-properties to nil. --- lisp/font-lock.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index d151f481032..9c5851abd2f 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1008,7 +1008,8 @@ a very meaningful entity to highlight.") (defun font-lock-default-fontify-region (beg end loudly) (save-buffer-state - ((parse-sexp-lookup-properties font-lock-syntactic-keywords) + ((parse-sexp-lookup-properties + (or parse-sexp-lookup-properties font-lock-syntactic-keywords)) (old-syntax-table (syntax-table))) (unwind-protect (save-restriction -- 2.39.2