1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00

(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:
Karl Heuer 1995-12-21 17:56:09 +00:00
parent 22466c0996
commit 34bb441e23

View 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+#" 0 makefile-space-face t)
;; Highlight spaces that precede tabs.
;; They can make a tab fail to be effective.