view vpath.sed @ 12700:b3a8ee2da96a

Add keywords and comments as per conventions. Changed almost all occurences of buffer-substring to buffer-substring-no-properties.. (bibtex-find-entry-location, bibtex-clean-entry): Added support to handle invalidate buffers in a more friendly manner. (bibtex-make-field): Changed to be called either interactively with a string (field name) or from Lisp with a list of two strings (FIELDNAME COMMENT).
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 Jul 1995 22:52:02 +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)\
\