diff lisp/progmodes/make-mode.el @ 13804:da3a679bbfac

(makefile-font-lock-keywords): Fix bad structure for the "^\t+#" element. Add faces to menu only if window-system. (makefile-mode): Do not check if makefile-define-space-face is defined. Call it only if window-system.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:56:09 +0000
parents b8e29fa6b63a
children 36556403b62b
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Thu Dec 21 17:55:44 1995 +0000
+++ b/lisp/progmodes/make-mode.el	Thu Dec 21 17:56:09 1995 +0000
@@ -223,7 +223,7 @@
 
    ;; Highlight shell comments that Make treats as commands,
    ;; since these can fool people.
-   '("^\t+#" makefile-space-face t)
+   '("^\t+#" 0 makefile-space-face t)
 
    ;; Highlight spaces that precede tabs.
    ;; They can make a tab fail to be effective.