]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs): Warn about shadowed standard libraries here.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Aug 1997 00:49:54 +0000 (00:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Aug 1997 00:49:54 +0000 (00:49 +0000)
src/Makefile.in

index 96390c356b84765fdc6265c6cc0770da7868bcf8..631bf4567d5f5646f68fb031f618d41710c8425c 100644 (file)
@@ -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.  */