emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el,v
Date: Thu, 28 Sep 2006 20:03:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/09/28 20:03:26

Index: progmodes/make-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/make-mode.el,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- progmodes/make-mode.el      3 Jul 2006 14:32:01 -0000       1.119
+++ progmodes/make-mode.el      28 Sep 2006 20:03:25 -0000      1.120
@@ -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)




reply via email to

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