[slime-cvs] CVS update: slime/swank-backend.lisp

Helmut Eller heller at common-lisp.net
Wed Dec 15 22:45:23 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv8379

Modified Files:
	swank-backend.lisp 
Log Message:
(frame-package): Delete it.  Include the
package name for local variables because it is utterly confusing
if `eval-in-frame' doesn't work due to missing package prefixes.

Date: Wed Dec 15 23:45:20 2004
Author: heller

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.76 slime/swank-backend.lisp:1.77
--- slime/swank-backend.lisp:1.76	Wed Nov 24 20:57:10 2004
+++ slime/swank-backend.lisp	Wed Dec 15 23:45:20 2004
@@ -244,7 +244,7 @@
   (funcall fn))
 
 (definterface default-readtable-alist ()
-    "Return a suitable initial value for SWANK:*READTABLE-ALIST*."
+  "Return a suitable initial value for SWANK:*READTABLE-ALIST*."
   '())
 
 (definterface quit-lisp ()
@@ -437,12 +437,6 @@
 
 (definterface print-frame (frame stream)
   "Print frame to stream.")
-
-(definterface frame-package (frame)
-  "Return the preferred package to use when printing local variables.
-NIL can be used if no particular package is known."
-  (declare (ignore frame))
-  nil)
 
 (definterface frame-source-location-for-emacs (frame-number)
   "Return the source location for FRAME-NUMBER.")




More information about the slime-cvs mailing list