]> git.eshelyaron.com Git - emacs.git/commitdiff
(makefile-space-face): Fix typo in group name.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:37:11 +0000 (22:37 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:37:11 +0000 (22:37 +0000)
lisp/progmodes/make-mode.el

index 9bc950f9be5604c4d391ae1b635238d37217b572..25ba1d52b8ed998c0b87dddad7d0f94f46e74d8a 100644 (file)
      (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."