comparison lisp/progmodes/make-mode.el @ 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 cc4a71461921
children 18a818a2ee7c a1b34dec1104
comparison
equal deleted inserted replaced
63473:7124ec94d01e 63474:7e5dd206d539
103 '((((class color)) (:background "hotpink")) 103 '((((class color)) (:background "hotpink"))
104 (t (:reverse-video t))) 104 (t (:reverse-video t)))
105 "Face to use for highlighting leading spaces in Font-Lock mode." 105 "Face to use for highlighting leading spaces in Font-Lock mode."
106 :group 'faces 106 :group 'faces
107 :group 'makefile) 107 :group 'makefile)
108 (put 'makefile-space-face 'face-alias 'makefile-space)
108 109
109 (defface makefile-targets 110 (defface makefile-targets
110 ;; This needs to go along both with foreground and background colors (i.e. shell) 111 ;; This needs to go along both with foreground and background colors (i.e. shell)
111 '((t (:inherit font-lock-function-name-face))) 112 '((t (:inherit font-lock-function-name-face)))
112 "Face to use for additionally highlighting rule targets in Font-Lock mode." 113 "Face to use for additionally highlighting rule targets in Font-Lock mode."