diff options
| -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 8227f9a1138..ecda1c89744 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -223,7 +223,7 @@ not be enclosed in { } or ( ).") | |||
| 223 | 223 | ||
| 224 | ;; Highlight shell comments that Make treats as commands, | 224 | ;; Highlight shell comments that Make treats as commands, |
| 225 | ;; since these can fool people. | 225 | ;; since these can fool people. |
| 226 | '("^\t+#" makefile-space-face t) | 226 | '("^\t+#" 0 makefile-space-face t) |
| 227 | 227 | ||
| 228 | ;; Highlight spaces that precede tabs. | 228 | ;; Highlight spaces that precede tabs. |
| 229 | ;; They can make a tab fail to be effective. | 229 | ;; They can make a tab fail to be effective. |