aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-27 01:06:54 +0000
committerRichard M. Stallman2005-12-27 01:06:54 +0000
commit618142d98932a0e54fae5922726c793e95e95b45 (patch)
tree70dc762f8f773ec3d3d1838a052615bc765ee438
parentd7504d5c73b260b73aaf04d58dd650671ac2a713 (diff)
downloademacs-618142d98932a0e54fae5922726c793e95e95b45.tar.gz
emacs-618142d98932a0e54fae5922726c793e95e95b45.zip
Remove faces from group `faces'.
-rw-r--r--lisp/progmodes/make-mode.el4
1 files changed, 0 insertions, 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 @@
105 '((((class color)) (:background "hotpink")) 105 '((((class color)) (:background "hotpink"))
106 (t (:reverse-video t))) 106 (t (:reverse-video t)))
107 "Face to use for highlighting leading spaces in Font-Lock mode." 107 "Face to use for highlighting leading spaces in Font-Lock mode."
108 :group 'faces
109 :group 'makefile) 108 :group 'makefile)
110(put 'makefile-space-face 'face-alias 'makefile-space) 109(put 'makefile-space-face 'face-alias 'makefile-space)
111 110
@@ -113,7 +112,6 @@
113 ;; This needs to go along both with foreground and background colors (i.e. shell) 112 ;; This needs to go along both with foreground and background colors (i.e. shell)
114 '((t (:inherit font-lock-function-name-face))) 113 '((t (:inherit font-lock-function-name-face)))
115 "Face to use for additionally highlighting rule targets in Font-Lock mode." 114 "Face to use for additionally highlighting rule targets in Font-Lock mode."
116 :group 'faces
117 :group 'makefile 115 :group 'makefile
118 :version "22.1") 116 :version "22.1")
119 117
@@ -122,7 +120,6 @@
122 ;;'((((class color) (min-colors 88) (background light)) (:background "seashell1")) 120 ;;'((((class color) (min-colors 88) (background light)) (:background "seashell1"))
123 ;; (((class color) (min-colors 88) (background dark)) (:background "seashell4"))) 121 ;; (((class color) (min-colors 88) (background dark)) (:background "seashell4")))
124 "Face to use for additionally highlighting Shell commands in Font-Lock mode." 122 "Face to use for additionally highlighting Shell commands in Font-Lock mode."
125 :group 'faces
126 :group 'makefile 123 :group 'makefile
127 :version "22.1") 124 :version "22.1")
128 125
@@ -131,7 +128,6 @@
131 (((class color) (background dark)) (:background "DarkBlue")) 128 (((class color) (background dark)) (:background "DarkBlue"))
132 (t (:reverse-video t))) 129 (t (:reverse-video t)))
133 "Face to use for additionally highlighting Perl code in Font-Lock mode." 130 "Face to use for additionally highlighting Perl code in Font-Lock mode."
134 :group 'faces
135 :group 'makefile 131 :group 'makefile
136 :version "22.1") 132 :version "22.1")
137 133