From f36e4a5ea9e9281d67a4d3e08bf157cdec47d857 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 10 Nov 1995 18:58:37 +0000 Subject: [PATCH] (makefile-space-face): Don't list in facemenu. --- lisp/progmodes/make-mode.el | 1 + 1 file changed, 1 insertion(+) 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 ( ).") "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,v$\\)\\|\\(\\.[chy]\\)" "Regex for filenames that will NOT be included in the target list.") +(add-to-list 'facemenu-unlisted-faces 'makefile-space-face) (defvar makefile-space-face 'makefile-space-face "Face to use for highlighting leading spaces in Font-Lock mode.") -- 2.39.2