From: Richard M. Stallman Date: Wed, 13 Aug 1997 00:49:54 +0000 (+0000) Subject: (emacs): Warn about shadowed standard libraries here. X-Git-Tag: emacs-20.1~618 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e376701ac136b269bb24da62dd28ed70eb790631;p=emacs.git (emacs): Warn about shadowed standard libraries here. --- diff --git a/src/Makefile.in b/src/Makefile.in index 96390c356b8..631bf4567d5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -805,6 +805,7 @@ emacs: temacs ${etc}DOC ${lisp} ./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. */