Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5f55e159
Commit
5f55e159
authored
Jan 09, 1996
by
Karl Heuer
Browse files
(makefile-space-face): Don't work on
facemenu-unlisted-faces if it isn't bound.
parent
767a1151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/progmodes/make-mode.el
lisp/progmodes/make-mode.el
+2
-1
No files found.
lisp/progmodes/make-mode.el
View file @
5f55e159
...
...
@@ -201,7 +201,8 @@ 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
)
(
if
(
fboundp
'facemenu-unlisted-faces
)
(
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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment