[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Sun Oct 19 20:03:44 UTC 2008
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv4590
Modified Files:
swank-backend.lisp
Log Message:
(frame-restartable-p): Add ignore decl.
--- /project/slime/cvsroot/slime/swank-backend.lisp 2008/10/19 20:03:39 1.160
+++ /project/slime/cvsroot/slime/swank-backend.lisp 2008/10/19 20:03:44 1.161
@@ -663,6 +663,7 @@
(definterface frame-restartable-p (frame)
"Is the frame FRAME restartable?.
Return T if `restart-frame' can safely be called on the frame."
+ (declare (ignore frame))
nil)
(definterface frame-source-location-for-emacs (frame-number)
More information about the slime-cvs
mailing list