Index: slime/ChangeLog diff -u slime/ChangeLog:1.2067 slime/ChangeLog:1.2069 --- slime/ChangeLog:1.2067 Sat Apr 17 14:10:20 2010 +++ slime/ChangeLog Sun Apr 18 20:42:28 2010 @@ -1,3 +1,19 @@ + +2010-04-18 Stas Boukarev stassats@gmail.com + + * slime.el (slime-threads-update-interval): Add :group and :type + parameters to this customization.
It appears that a spurious quote character has been added to the definition of the function `slime-compile-file'. In slime.el, revision 1.1303, line 2583:
:policy ,policy))))
was changed to:
:policy ',policy))))