From a4bf534f1eb1dcb2048f5deeff783c23059e3924 Mon Sep 17 00:00:00 2001 From: Daniel Pfeiffer Date: Wed, 15 Jun 2005 22:15:46 +0000 Subject: [PATCH] (put 'makefile-space-face 'face-alias 'makefile-space) --- lisp/progmodes/make-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index d9c38349b49..e53b08b8c14 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -105,6 +105,7 @@ "Face to use for highlighting leading spaces in Font-Lock mode." :group 'faces :group 'makefile) +(put 'makefile-space-face 'face-alias 'makefile-space) (defface makefile-targets ;; This needs to go along both with foreground and background colors (i.e. shell) -- 2.39.2