From: Richard M. Stallman Date: Tue, 27 Dec 2005 01:06:54 +0000 (+0000) Subject: Remove faces from group `faces'. X-Git-Tag: emacs-pretest-22.0.90~5049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=618142d98932a0e54fae5922726c793e95e95b45;p=emacs.git Remove faces from group `faces'. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index fa481a233cd..4665e2cb7c0 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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")