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
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.