From: Daniel Pfeiffer Date: Wed, 15 Jun 2005 22:15:46 +0000 (+0000) Subject: (put 'makefile-space-face 'face-alias 'makefile-space) X-Git-Tag: emacs-pretest-22.0.90~8905 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4bf534f1eb1dcb2048f5deeff783c23059e3924;p=emacs.git (put 'makefile-space-face 'face-alias 'makefile-space) --- 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)