# HG changeset patch # User Karl Heuer # Date 819568569 0 # Node ID da3a679bbfacf21db1c2222826cbeb981b18cf98 # Parent e0bae9f528fe05b836de5cc7368bb6a29d985a29 (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. diff -r e0bae9f528fe -r da3a679bbfac lisp/progmodes/make-mode.el --- 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.