# HG changeset patch # User Markus Rost # Date 1037572631 0 # Node ID 7f3cb336821a540d675b859520aa4f30f7f136f7 # Parent 285ddf07e772761bce3b5b369d8d38792288705c (makefile-space-face): Fix typo in group name. diff -r 285ddf07e772 -r 7f3cb336821a lisp/progmodes/make-mode.el --- 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."