Mercurial > emacs
changeset 67835:ca3575ba6361
Remove faces from group `faces'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Dec 2005 01:06:54 +0000 |
parents | 1f90f2f751da |
children | 68ab7e53d86a |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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")