Mercurial > emacs
changeset 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 | 285ddf07e772 |
children | f5dd8ebce303 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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."