An interesting issue with noninteractive and kill



Here is an interesting issue.  Do load(noninteractive);  then
kill(all).  Now enter anything.  The answer is always MEVAL1(). 

Ok, I thought.  I'll just load up mlisp.lisp where meval1 is defined. 
Well, of course, load("src/mlisp.lisp") does nothing except return
MEVAL1(). :-(  So, try :lisp (load "src/mlisp.lisp").   That works. 
Except that MEVAL1() is still returned for everything.

Ray