view vpath.sed @ 5674:bb8bfab97970

(read_key_sequence): Properly gcpro fkey_map while using keytran_map. (syms_of_keyboard): New Lisp var command-hook-internal. (command_loop_1): Use it when running the command hooks. (read_key_sequence): Don't call echo_truncate the first time through. (echo_truncate): Call truncate_echo_area.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jan 1994 07:22:11 +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)\
\