]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove faces from group `faces'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 2005 01:06:54 +0000 (01:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Dec 2005 01:06:54 +0000 (01:06 +0000)
lisp/progmodes/make-mode.el

index fa481a233cd1430001ef63e9bfc9cde799a0bbf6..4665e2cb7c00102b124a9ca640d56963d7bc489c 100644 (file)
   '((((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)
 
   ;; 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")
 
   ;;'((((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")
 
     (((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")