aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/make-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index eac011ea8e1..8227f9a1138 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -201,6 +201,7 @@ not be enclosed in { } or ( ).")
201 "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" 201 "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)"
202 "Regex for filenames that will NOT be included in the target list.") 202 "Regex for filenames that will NOT be included in the target list.")
203 203
204(add-to-list 'facemenu-unlisted-faces 'makefile-space-face)
204(defvar makefile-space-face 'makefile-space-face 205(defvar makefile-space-face 'makefile-space-face
205 "Face to use for highlighting leading spaces in Font-Lock mode.") 206 "Face to use for highlighting leading spaces in Font-Lock mode.")
206 207