Mercurial > emacs
changeset 63474:7e5dd206d539
(put 'makefile-space-face 'face-alias 'makefile-space)
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Wed, 15 Jun 2005 22:15:46 +0000 |
parents | 7124ec94d01e |
children | 69bb366fab26 a1b34dec1104 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)