view vpath.sed @ 33314:d09fc097a22d

(syms_of_xdisp): Change doc of max-mini-window-height. (resize_mini_window): Return quickly if Vresize_mini_window is nil. Don't return if Vmax_mini_window_height is nil. (Vresize_mini_window, Qgrow_only): New variables. (syms_of_xdisp): Initialize them. (resize_mini_window): Act according to the setting of Vresize_mini_window. (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 08 Nov 2000 17:40:50 +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)\
\