changeset 13804:da3a679bbfac

(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.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:56:09 +0000
parents e0bae9f528fe
children bff931d8f21a
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.