[slime-devel] Small bugfix

Nicolas Neuss neuss at math.uni-karlsruhe.de
Mon Jul 2 11:45:17 UTC 2007


Hello,

as much as I see the following should be correct for package names
separated by dots (in the function slime-load-file-set-package).

Yours, Nicolas

Index: slime.el
===================================================================
RCS file: /project/slime/cvsroot/slime/slime.el,v
retrieving revision 1.794
diff -u -r1.794 slime.el
--- slime.el	28 Jun 2007 12:27:51 -0000	1.794
+++ slime.el	2 Jul 2007 11:40:41 -0000
@@ -1501,7 +1501,8 @@
     (slime-eval-async `(swank:load-file-set-package ,filename ,package)
                       (lambda (package)
                         (when package
-                          (slime-repl-set-package (second package)))))))
+                          (slime-repl-set-package (first package)))))))
 
 (defmacro define-slime-dialect (name &optional program hook)
   "Define a command slime-dialect-NAME to start a specific Lisp.

-- 
PD Dr. Nicolas Neuss  University Karlsruhe  Tel: 0049-721-608-7634
Email: neuss at mathematik.uni-karlsruhe.de
WWW: <http://www.mathematik.uni-karlsruhe.de/~neuss>



More information about the slime-devel mailing list