(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.
This commit is contained in:
@@ -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+#" 0 makefile-space-face t)
|
||||
|
||||
;; Highlight spaces that precede tabs.
|
||||
;; They can make a tab fail to be effective.
|
||||
|
||||
Reference in New Issue
Block a user