summaryrefslogtreecommitdiff
path: root/lisp/progmodes/make-mode.el
diff options
context:
space:
mode:
authorDaniel Pfeiffer <occitan@esperanto.org>2005-06-15 22:15:46 +0000
committerDaniel Pfeiffer <occitan@esperanto.org>2005-06-15 22:15:46 +0000
commita4bf534f1eb1dcb2048f5deeff783c23059e3924 (patch)
treeaf64e30849f12f11670691f7a829733195fb571e /lisp/progmodes/make-mode.el
parent10f401d274b475e986c36062f849bdac9691d286 (diff)
downloademacs-a4bf534f1eb1dcb2048f5deeff783c23059e3924.tar.gz
(put 'makefile-space-face 'face-alias 'makefile-space)
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r--lisp/progmodes/make-mode.el1
1 files changed, 1 insertions, 0 deletions
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)