changeset 22837:ab58591421a8

Whitespace fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Jul 1998 06:38:12 +0000
parents f3603840ddbc
children 4b3e0d38cdb0
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	Mon Jul 27 05:39:15 1998 +0000
+++ b/lisp/progmodes/make-mode.el	Mon Jul 27 06:38:12 1998 +0000
@@ -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)