[slime-devel] CVS slime
Helmut Eller
heller at common-lisp.net
Mon Mar 1 13:04:33 UTC 2010
* CVS User trittweiler [2010-03-01 13:26+0100] writes:
> + (let ((conn (slime-current-connection)))
> + ;; Bail out early in case there's no connection, so we won't
> + ;; implicitly invoke `slime-connection' which may query the user.
> + (if (not conn)
> + (and slime-mode " Slime")
> + (let ((local (eq conn slime-buffer-connection))
> + (pkg (slime-current-package)))
There was no call to slime-connection so this is no different than
before with a misleading comment added.
Helmut
More information about the slime-devel
mailing list