changeset 73157:66c756c90e7b

(makefile-mode): Don't disable jit-lock.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 28 Sep 2006 20:03:25 +0000
parents 57c68ed8bb9c
children d34182c30b88
files lisp/ChangeLog lisp/progmodes/make-mode.el
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 28 20:02:45 2006 +0000
+++ b/lisp/ChangeLog	Thu Sep 28 20:03:25 2006 +0000
@@ -1,5 +1,7 @@
 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
+
 	* font-lock.el (font-lock-after-change-function): Refontify next line
 	as well if end is at BOL.
 	(font-lock-extend-jit-lock-region-after-change): Be more careful to
--- a/lisp/progmodes/make-mode.el	Thu Sep 28 20:02:45 2006 +0000
+++ b/lisp/progmodes/make-mode.el	Thu Sep 28 20:03:25 2006 +0000
@@ -836,8 +836,8 @@
  	  nil nil
  	  ((?$ . "."))
  	  backward-paragraph
-	  (font-lock-syntactic-keywords . makefile-font-lock-syntactic-keywords)
-	  (font-lock-support-mode)))	; JIT breaks on long series of continuation lines.
+	  (font-lock-syntactic-keywords
+	   . makefile-font-lock-syntactic-keywords)))
 
   ;; Add-log.
   (make-local-variable 'add-log-current-defun-function)