Andreas Franke wrote: >is there a known workaround for the save-lisp regression in cmucl19c >(see http://paste.lisp.org/display/13553 )? > Oops, I found an answer on the net, see http://thread.gmane.org/gmane.lisp.cmucl.devel/7692
For me, evaluating (defun foo () nil) (compile 'foo) on startup seems to work around the problem successfully; and that is plausible, too, given the last post from the thread above. Sorry for wasting your time, Andreas
