[slime-cvs] CVS update: slime/swank-abcl.lisp 
    Andras Simon 
    asimon at common-lisp.net
       
    Fri Aug 27 20:27:20 UTC 2004
    
    
  
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv5504
Modified Files:
	swank-abcl.lisp 
Log Message:
PRINT-FRAME: PPRINT->PRINT (temporarily)
Date: Fri Aug 27 22:27:19 2004
Author: asimon
Index: slime/swank-abcl.lisp
diff -u slime/swank-abcl.lisp:1.10 slime/swank-abcl.lisp:1.11
--- slime/swank-abcl.lisp:1.10	Sat Aug 28 04:27:08 2004
+++ slime/swank-abcl.lisp	Fri Aug 27 22:27:19 2004
@@ -137,7 +137,7 @@
     (subseq (ext:backtrace-as-list) start end)))
 
 (defimplementation print-frame (frame stream)
-    (pprint frame stream))
+    (print frame stream))
 
 #+nil
 (defimplementation frame-locals (index)
    
    
More information about the slime-cvs
mailing list