# HG changeset patch # User Stefan Monnier # Date 1159473805 0 # Node ID 66c756c90e7b49e3ec662b0b53f5ecafed905fb8 # Parent 57c68ed8bb9ca0c491e27ddec2c2a69a3e5916ed (makefile-mode): Don't disable jit-lock. diff -r 57c68ed8bb9c -r 66c756c90e7b lisp/ChangeLog --- 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 + * 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 diff -r 57c68ed8bb9c -r 66c756c90e7b lisp/progmodes/make-mode.el --- 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)