1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(emacs): Warn about shadowed standard libraries here.

This commit is contained in:
Richard M. Stallman 1997-08-13 00:49:54 +00:00
parent 9b10b5a3dd
commit e376701ac1

View 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. */