mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(makefile-space-face): Don't list in facemenu.
This commit is contained in:
parent
fee7c89dc1
commit
f36e4a5ea9
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue