# HG changeset patch # User Richard M. Stallman # Date 871433394 0 # Node ID 95417b9e3fc5542527d9c822576733198749dc34 # Parent 249631cebee0230846ba516278a8030237f6f142 (emacs): Warn about shadowed standard libraries here. diff -r 249631cebee0 -r 95417b9e3fc5 src/Makefile.in --- a/src/Makefile.in Wed Aug 13 00:37:32 1997 +0000 +++ b/src/Makefile.in Wed Aug 13 00:49:54 1997 +0000 @@ -805,6 +805,7 @@ ./temacs -batch -l loadup dump #endif /* ! defined (HAVE_SHM) */ #endif /* ! defined (CANNOT_DUMP) */ + ./emacs -q -batch -f list-load-path-shadows /* We run make-docfile twice because the command line may get too long on some systems. */