From: Stefan Monnier Date: Thu, 28 Sep 2006 20:03:25 +0000 (+0000) Subject: (makefile-mode): Don't disable jit-lock. X-Git-Tag: emacs-pretest-22.0.90~311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=472e1031aea8faf04162b8bfef529ba384328af9;p=emacs.git (makefile-mode): Don't disable jit-lock. --- 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)