1
Fork 0
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:
Karl Heuer 1996-01-09 23:19:17 +00:00
parent 767a11517e
commit 5f55e1592e

View file

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