[slime-cvs] CVS slime

heller heller at common-lisp.net
Mon Aug 27 12:41:38 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv10529

Modified Files:
	slime.el 
Log Message:
(slime-open-stream-to-lisp): Fix typo.


--- /project/slime/cvsroot/slime/slime.el	2007/08/27 12:36:10	1.823
+++ /project/slime/cvsroot/slime/slime.el	2007/08/27 12:41:38	1.824
@@ -2905,7 +2905,7 @@
       (set-process-coding-system stream (car pcs) (cdr pcs)))
     (when-let (secret (slime-secret))
       (slime-net-send secret stream))
-    (run-hook-with-args slime-open-stream-hooks stream)
+    (run-hook-with-args 'slime-open-stream-hooks stream)
     stream))
 
 (defun slime-io-speed-test (&optional profile)




More information about the slime-cvs mailing list