view vpath.sed @ 9412:53898786366f

* xdisp.c (redisplay_window): Invalidate width_run_cache, if the buffer's display table doesn't match the width table the cache was built for. (display_text_line): Use compute_motion to skip forward to the left edge of the window when the window is hscrolled; this is faster than rendering all the characters into the bit bucket when the hscroll is large. Doc fixes. (display_count_lines): Call scan_buffer with new args.
author Jim Blandy <jimb@redhat.com>
date Sat, 08 Oct 1994 22:16:04 +0000
parents c5419d943526
children 4e736dcf8065
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 ymakefile $(srcdir)\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\