mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(makefile-space-face): Don't work on
facemenu-unlisted-faces if it isn't bound.
This commit is contained in:
parent
767a11517e
commit
5f55e1592e
1 changed files with 2 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue