Mercurial > emacs
changeset 56244:8b126cc57f70
(font-lock-set-defaults): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Jun 2004 23:30:50 +0000 |
parents | 70734e473dc0 |
children | 93e88c0fb51c |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu Jun 24 23:08:31 2004 +0000 +++ b/lisp/font-lock.el Thu Jun 24 23:30:50 2004 +0000 @@ -1561,7 +1561,7 @@ ;; Now compile the keywords. (unless (eq (car font-lock-keywords) t) (set (make-local-variable 'font-lock-keywords) - (font-lock-compile-keywords keywords t)))))) + (font-lock-compile-keywords font-lock-keywords t)))))) ;;; Colour etc. support.