diff options
| -rw-r--r-- | lisp/font-lock.el | 3 |
1 files changed, 2 insertions, 1 deletions
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.") | |||
| 1008 | 1008 | ||
| 1009 | (defun font-lock-default-fontify-region (beg end loudly) | 1009 | (defun font-lock-default-fontify-region (beg end loudly) |
| 1010 | (save-buffer-state | 1010 | (save-buffer-state |
| 1011 | ((parse-sexp-lookup-properties font-lock-syntactic-keywords) | 1011 | ((parse-sexp-lookup-properties |
| 1012 | (or parse-sexp-lookup-properties font-lock-syntactic-keywords)) | ||
| 1012 | (old-syntax-table (syntax-table))) | 1013 | (old-syntax-table (syntax-table))) |
| 1013 | (unwind-protect | 1014 | (unwind-protect |
| 1014 | (save-restriction | 1015 | (save-restriction |