Stas Boukarev stassats@gmail.com writes:
contrib/slime-repl.el: (slime-repl-disonnect) rename to slime-repl-disonnect-all. (slime-repl-disonnect): disconnect only the currnet connection.
Here is an updated patch: slime.el: slime-disconnect renamed to slime-disconnect-all. (slime-disconnect): new function for disconnecting one connection.
contrib/slime-repl: added test case for slime-repl-disconnect.