view vpath.sed @ 28529:b8ac36c58391

(tty_suppress_bold_inverse_default_colors_p): New variable. (realize_tty_face): Suppress boldness if colors are the inverse of the default colors, and tty_suppress_bold_inverse_default_colors_p is set. (Ftty_suppress_bold_inverse_default_colors): New function. (syms_of_xfaces): Defsubr it.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 09 Apr 2000 20:30:25 +0000
parents 4e736dcf8065
children 695cf19ef79e
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\