diff options
| author | Richard M. Stallman | 1998-07-27 06:38:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-27 06:38:12 +0000 |
| commit | 62303635015b4d2597f1209b8ac89e0199bd64da (patch) | |
| tree | fba61c22fa0ca3b5e1ed8a31c40c72cd78587958 | |
| parent | d0b998812f18709565855a4d28cc7f6de3347043 (diff) | |
| download | emacs-62303635015b4d2597f1209b8ac89e0199bd64da.tar.gz emacs-62303635015b4d2597f1209b8ac89e0199bd64da.zip | |
Whitespace fix.
| -rw-r--r-- | lisp/progmodes/make-mode.el | 2 |
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) |