]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Jul 1998 06:38:12 +0000 (06:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Jul 1998 06:38:12 +0000 (06:38 +0000)
lisp/progmodes/make-mode.el

index e5d7028e409d26cdeeeefb8b42735eef4466b8eb..75d177853ad1d85b865bd16d453bcffb811d4626 100644 (file)
 
 (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)