# HG changeset patch # User Richard M. Stallman # Date 1088119850 0 # Node ID 8b126cc57f70946e4ead794407085280a867f67c # Parent 70734e473dc039e5a872e116e2d4e5f82bf1ba42 (font-lock-set-defaults): Fix previous change. diff -r 70734e473dc0 -r 8b126cc57f70 lisp/font-lock.el --- 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.