Skip to content

Fix SLIME with more kludgery

François-René Rideau requested to merge slime into master

Have operation-forced be constantly nil, not t

As of 2016-10-01, SLIME doesn't actually want to be reloaded, and dies badly when swank-loader:init is called with :delete t. So have operation-forced return constantly nil instead of constantly t.

Merge request reports