emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug] font-lock-add-keywords or related


From: Richard Stallman
Subject: Re: [bug] font-lock-add-keywords or related
Date: Mon, 05 Jul 2004 10:22:26 -0400

Your change looks correct to me.  Could someone please install it?
We don't need papers for this tiny change.


--- font-lock.el        28 Jun 2004 04:45:01 +0200      1.223
+++ font-lock.el        04 Jul 2004 00:52:55 +0200      
@@ -693,7 +693,7 @@
           ;; If the keywords were compiled before, compile them again.
           (if was-compiled
               (set (make-local-variable 'font-lock-keywords)
-                   (font-lock-compile-keywords keywords t)))))))
+                   (font-lock-compile-keywords font-lock-keywords t)))))))
 
 (defun font-lock-update-removed-keyword-alist (mode keywords append)
   ;; Update `font-lock-removed-keywords-alist' when adding new
@@ -801,7 +801,7 @@
           ;; If the keywords were compiled before, compile them again.
           (if was-compiled
               (set (make-local-variable 'font-lock-keywords)
-                   (font-lock-compile-keywords keywords t)))))))
+                   (font-lock-compile-keywords font-lock-keywords t)))))))
  
 ;;; Font Lock Support mode.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]