From: Markus Rost Date: Sun, 17 Nov 2002 22:37:11 +0000 (+0000) Subject: (makefile-space-face): Fix typo in group name. X-Git-Tag: ttn-vms-21-2-B4~12408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a27b41aba31d5888fd80e78a511edbb7d543ed5b;p=emacs.git (makefile-space-face): Fix typo in group name. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 9bc950f9be5..25ba1d52b8e 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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."