(makefile-space-face): Don't list in facemenu.

This commit is contained in:
Karl Heuer 1995-11-10 18:58:37 +00:00
parent fee7c89dc1
commit f36e4a5ea9

View file

@ -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.")