]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-font-lock-keywords): Fix bad structure
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:56:09 +0000 (17:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:56:09 +0000 (17:56 +0000)
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.

lisp/progmodes/make-mode.el

index 8227f9a11389cc5cb969015a9175813848fab4c5..ecda1c8974490b57be56002fe02101bca3295061 100644 (file)
@@ -223,7 +223,7 @@ not be enclosed in { } or ( ).")
 
    ;; Highlight shell comments that Make treats as commands,
    ;; since these can fool people.
-   '("^\t+#" makefile-space-face t)
+   '("^\t+#" makefile-space-face t)
 
    ;; Highlight spaces that precede tabs.
    ;; They can make a tab fail to be effective.