diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/make-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 0a87aaa42de..109455e9e61 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -306,8 +306,6 @@ not be enclosed in { } or ( )." | |||
| 306 | "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" | 306 | "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" |
| 307 | "Regex for filenames that will NOT be included in the target list.") | 307 | "Regex for filenames that will NOT be included in the target list.") |
| 308 | 308 | ||
| 309 | (if (fboundp 'facemenu-unlisted-faces) | ||
| 310 | (add-to-list 'facemenu-unlisted-faces 'makefile-space)) | ||
| 311 | (defvar makefile-space 'makefile-space | 309 | (defvar makefile-space 'makefile-space |
| 312 | "Face to use for highlighting leading spaces in Font-Lock mode.") | 310 | "Face to use for highlighting leading spaces in Font-Lock mode.") |
| 313 | 311 | ||