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:
parent
22466c0996
commit
34bb441e23
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue