diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-07-27 06:38:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-07-27 06:38:12 +0000 |
commit | 62303635015b4d2597f1209b8ac89e0199bd64da (patch) | |
tree | fba61c22fa0ca3b5e1ed8a31c40c72cd78587958 /lisp/progmodes/make-mode.el | |
parent | d0b998812f18709565855a4d28cc7f6de3347043 (diff) | |
download | emacs-62303635015b4d2597f1209b8ac89e0199bd64da.tar.gz |
Whitespace fix.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r-- | lisp/progmodes/make-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index e5d7028e409..75d177853ad 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -105,7 +105,7 @@ (defface makefile-space-face '((((class color)) (:background "hotpink")) - (t (:reverse-video t))) + (t (:reverse-video t))) "Face to use for highlighting leading spaces in Font-Lock mode." :group 'faces :group 'makemode) |