aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-27 06:38:12 +0000
committerRichard M. Stallman1998-07-27 06:38:12 +0000
commit62303635015b4d2597f1209b8ac89e0199bd64da (patch)
treefba61c22fa0ca3b5e1ed8a31c40c72cd78587958
parentd0b998812f18709565855a4d28cc7f6de3347043 (diff)
downloademacs-62303635015b4d2597f1209b8ac89e0199bd64da.tar.gz
emacs-62303635015b4d2597f1209b8ac89e0199bd64da.zip
Whitespace fix.
-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 @@
105 105
106(defface makefile-space-face 106(defface makefile-space-face
107 '((((class color)) (:background "hotpink")) 107 '((((class color)) (:background "hotpink"))
108 (t (:reverse-video t))) 108 (t (:reverse-video t)))
109 "Face to use for highlighting leading spaces in Font-Lock mode." 109 "Face to use for highlighting leading spaces in Font-Lock mode."
110 :group 'faces 110 :group 'faces
111 :group 'makemode) 111 :group 'makemode)