From 618142d98932a0e54fae5922726c793e95e95b45 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Dec 2005 01:06:54 +0000 Subject: [PATCH] Remove faces from group `faces'. --- lisp/progmodes/make-mode.el | 4 ---- 1 file changed, 4 deletions(-) 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") -- 2.39.5