From: Richard M. Stallman Date: Mon, 27 Jul 1998 06:38:12 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: emacs-20.3~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62303635015b4d2597f1209b8ac89e0199bd64da;p=emacs.git Whitespace fix. --- 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)