* Check in Fred Fish's changes in these modules. Fred

will make ChangeLog entries for all of them.
This commit is contained in:
John Gilmore
1992-02-22 01:46:16 +00:00
parent 8e48d87af6
commit 1ab3bf1b14
50 changed files with 5270 additions and 1385 deletions

View File

@ -301,7 +301,7 @@ nindy_load( filename, from_tty )
tmpfile = coffstrip(scratch_pathname);
if ( tmpfile ){
old_chain = make_cleanup(unlink,tmpfile);
old_chain = make_cleanup (unlink,tmpfile);
immediate_quit++;
ninDownload( tmpfile, !from_tty );
/* FIXME, don't we want this merged in here? */