# HG changeset patch # User Daniel Pfeiffer # Date 1118873746 0 # Node ID 7e5dd206d539fcda0af07166d9ddd3d66735dbb2 # Parent 7124ec94d01e22b4a54c4b5874e3061fb0f13906 (put 'makefile-space-face 'face-alias 'makefile-space) diff -r 7124ec94d01e -r 7e5dd206d539 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Wed Jun 15 21:00:27 2005 +0000 +++ b/lisp/progmodes/make-mode.el Wed Jun 15 22:15:46 2005 +0000 @@ -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)