From e376701ac136b269bb24da62dd28ed70eb790631 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 Aug 1997 00:49:54 +0000 Subject: [PATCH] (emacs): Warn about shadowed standard libraries here. --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.39.5