# HG changeset patch # User Richard M. Stallman # Date 901521492 0 # Node ID ab58591421a83e22ef89a9e3c3466ce9aad11278 # Parent f3603840ddbc5fff3514da7b02268312c2c4323e Whitespace fix. diff -r f3603840ddbc -r ab58591421a8 lisp/progmodes/make-mode.el --- 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)