changeset 19330:95417b9e3fc5

(emacs): Warn about shadowed standard libraries here.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 1997 00:49:54 +0000
parents 249631cebee0
children bc4c4e15a135
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */