
30 Sep
2007
30 Sep
'07
9:42 p.m.
I updated to the latest version out of CVS and there is a problem in contrib/slime-typeout-frame.el. Specifically, in slime-typeout-frame- init, some functions were written as #'foo inside a quoted list, which resulted in attempts to funcall (function foo). This, of course, failed. The attached patch fixes the problem. -- Geoff