aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-11-10 18:58:37 +0000
committerKarl Heuer1995-11-10 18:58:37 +0000
commitf36e4a5ea9e9281d67a4d3e08bf157cdec47d857 (patch)
tree3ccd4a4b452cf2646958d7d1caaf62cca8bd8c30
parentfee7c89dc1df51b57521e1014a9d998785e2dfb4 (diff)
downloademacs-f36e4a5ea9e9281d67a4d3e08bf157cdec47d857.tar.gz
emacs-f36e4a5ea9e9281d67a4d3e08bf157cdec47d857.zip
(makefile-space-face): Don't list in facemenu.
-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