From 472e1031aea8faf04162b8bfef529ba384328af9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 28 Sep 2006 20:03:25 +0000 Subject: [PATCH] (makefile-mode): Don't disable jit-lock. --- lisp/ChangeLog | 2 ++ lisp/progmodes/make-mode.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d541307949..e637915d3b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 109455e9e61..c7341a9f871 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -836,8 +836,8 @@ Makefile mode can be configured by modifying the following variables: 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) -- 2.39.2