view vpath.sed @ 112384:f5af01a13248

Give read-expression-history a doc. * lisp/simple.el (read-expression-history): Remove, it's in minibuf.c. * src/minibuf.c (syms_of_minibuf) <read-expression-history>: Give it a doc string. * src/globals.h: Add Vread_expression_history.
author Glenn Morris <rgm@gnu.org>
date Wed, 19 Jan 2011 22:40:36 -0800
parents ef719132ddfa
children
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)\
\