diff options
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 0abe5f3806e..033bf20bf71 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1561,7 +1561,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using | |||
| 1561 | ;; Now compile the keywords. | 1561 | ;; Now compile the keywords. |
| 1562 | (unless (eq (car font-lock-keywords) t) | 1562 | (unless (eq (car font-lock-keywords) t) |
| 1563 | (set (make-local-variable 'font-lock-keywords) | 1563 | (set (make-local-variable 'font-lock-keywords) |
| 1564 | (font-lock-compile-keywords keywords t)))))) | 1564 | (font-lock-compile-keywords font-lock-keywords t)))))) |
| 1565 | 1565 | ||
| 1566 | ;;; Colour etc. support. | 1566 | ;;; Colour etc. support. |
| 1567 | 1567 | ||