comparison lisp/progmodes/make-mode.el @ 14117:50df7ee940e8

(makefile-space-face): Don't work on facemenu-unlisted-faces if it isn't bound.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Jan 1996 23:19:17 +0000
parents 33b51573611f
children 83f275dcd93a
comparison
equal deleted inserted replaced
14116:5f985037b64f 14117:50df7ee940e8
199 199
200 (defconst makefile-ignored-files-in-pickup-regex 200 (defconst makefile-ignored-files-in-pickup-regex
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 (if (fboundp 'facemenu-unlisted-faces)
205 (add-to-list 'facemenu-unlisted-faces 'makefile-space-face))
205 (defvar makefile-space-face 'makefile-space-face 206 (defvar makefile-space-face 'makefile-space-face
206 "Face to use for highlighting leading spaces in Font-Lock mode.") 207 "Face to use for highlighting leading spaces in Font-Lock mode.")
207 208
208 (defconst makefile-font-lock-keywords 209 (defconst makefile-font-lock-keywords
209 (list 210 (list