view vpath.sed @ 7015:41b90d7dd228

doc fix. (mouse-avoidance-point-position): new function, using new `compute-motion' functionality. Use of this fixes bugs involving wrapped lines & horizontally-scrolled windows. new avoidance mode, "exile", like "banish" but temporary. jump/animate modes now keep track of net offset that they have moved the mouse, and try to keep this near 0. No longer wraps to other side of screen. (mouse-avoidance-mode): update mode line. (mouse-avoidance-*-hook): do nothing if inside kbd macro.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Apr 1994 21:26:47 +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)\
\