# HG changeset patch # User Richard M. Stallman # Date 1135645614 0 # Node ID ca3575ba6361a31015c6defe0b3a22697e549b40 # Parent 1f90f2f751daa6aba01a28c0c68ae7ef5d7719bb Remove faces from group `faces'. diff -r 1f90f2f751da -r ca3575ba6361 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Mon Dec 26 22:11:17 2005 +0000 +++ b/lisp/progmodes/make-mode.el Tue Dec 27 01:06:54 2005 +0000 @@ -105,7 +105,6 @@ '((((class color)) (:background "hotpink")) (t (:reverse-video t))) "Face to use for highlighting leading spaces in Font-Lock mode." - :group 'faces :group 'makefile) (put 'makefile-space-face 'face-alias 'makefile-space) @@ -113,7 +112,6 @@ ;; This needs to go along both with foreground and background colors (i.e. shell) '((t (:inherit font-lock-function-name-face))) "Face to use for additionally highlighting rule targets in Font-Lock mode." - :group 'faces :group 'makefile :version "22.1") @@ -122,7 +120,6 @@ ;;'((((class color) (min-colors 88) (background light)) (:background "seashell1")) ;; (((class color) (min-colors 88) (background dark)) (:background "seashell4"))) "Face to use for additionally highlighting Shell commands in Font-Lock mode." - :group 'faces :group 'makefile :version "22.1") @@ -131,7 +128,6 @@ (((class color) (background dark)) (:background "DarkBlue")) (t (:reverse-video t))) "Face to use for additionally highlighting Perl code in Font-Lock mode." - :group 'faces :group 'makefile :version "22.1")