summaryrefslogtreecommitdiff
path: root/lisp/progmodes/make-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-07-27 06:38:12 +0000
committerRichard M. Stallman <rms@gnu.org>1998-07-27 06:38:12 +0000
commit62303635015b4d2597f1209b8ac89e0199bd64da (patch)
treefba61c22fa0ca3b5e1ed8a31c40c72cd78587958 /lisp/progmodes/make-mode.el
parentd0b998812f18709565855a4d28cc7f6de3347043 (diff)
downloademacs-62303635015b4d2597f1209b8ac89e0199bd64da.tar.gz
Whitespace fix.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r--lisp/progmodes/make-mode.el2
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)