changeset 13493:b8e29fa6b63a

(makefile-space-face): Don't list in facemenu.
author Karl Heuer <kwzh@gnu.org>
date Fri, 10 Nov 1995 18:58:37 +0000
parents 24b73b514a8b
children 43a8534fe07c
files lisp/progmodes/make-mode.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el	Fri Nov 10 18:58:14 1995 +0000
+++ b/lisp/progmodes/make-mode.el	Fri Nov 10 18:58:37 1995 +0000
@@ -201,6 +201,7 @@
   "\\(^\\..*\\)\\|\\(.*~$\\)\\|\\(.*,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.")