diff lisp/progmodes/make-mode.el @ 48377:7f3cb336821a

(makefile-space-face): Fix typo in group name.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 17 Nov 2002 22:37:11 +0000
parents 1e646259d1b2
children 8e21762fb622
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Sun Nov 17 22:35:49 2002 +0000
+++ b/lisp/progmodes/make-mode.el	Sun Nov 17 22:37:11 2002 +0000
@@ -108,7 +108,7 @@
      (t (:reverse-video t)))
   "Face to use for highlighting leading spaces in Font-Lock mode."
   :group 'faces
-  :group 'makemode)
+  :group 'makefile)
 
 (defcustom makefile-browser-buffer-name "*Macros and Targets*"
   "*Name of the macro- and target browser buffer."