view vpath.sed @ 83538:5a2272b3d2b7

Remove superfluous properties from the mode-line-client indicator. (Reported by Kalle Olavi Niemitalo) * lisp/bindings.el (mode-line-client): Don't set the local-map and mouse-face properties. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-578
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 29 Jul 2006 21:30:46 +0000
parents 695cf19ef79e
children 375f2633d815
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)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545