]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-set-defaults): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jun 2004 23:30:50 +0000 (23:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jun 2004 23:30:50 +0000 (23:30 +0000)
lisp/font-lock.el

index 0abe5f3806e9400f9ac738fccea0c30bf1b2982a..033bf20bf71aed5b8441580c79d727aee75d7af2 100644 (file)
@@ -1561,7 +1561,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
       ;; 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))))))
 \f
 ;;; Colour etc. support.