
30 Sep
2007
30 Sep
'07
11:39 p.m.
Geoff Wozniak <geoff@wozniak.ca> writes:
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.
Thanks, applied. -T.