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

Dan Barlow dbarlow at common-lisp.net
Sat Nov 29 22:12:43 UTC 2003


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

Modified Files:
	swank-backend.lisp 
Log Message:
export slime-debugger-function

Date: Sat Nov 29 17:12:42 2003
Author: dbarlow

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.5 slime/swank-backend.lisp:1.6
--- slime/swank-backend.lisp:1.5	Wed Nov 26 19:44:40 2003
+++ slime/swank-backend.lisp	Sat Nov 29 17:12:42 2003
@@ -5,7 +5,7 @@
 ;;; Copyright (C) 2003, James Bielman  <jamesjb at jamesjb.com>
 ;;; Released into the public domain.
 ;;;
-;;;   $Id: swank-backend.lisp,v 1.5 2003/11/27 00:44:40 heller Exp $
+;;;   $Id: swank-backend.lisp,v 1.6 2003/11/29 22:12:42 dbarlow Exp $
 ;;;
 
 ;; This is a skeletal implementation of the Slime internals interface.
@@ -80,6 +80,7 @@
            #:sldb-abort
            #:sldb-continue
            #:take-input
+           #:slime-debugger-function
            ))
 
 (in-package :swank)





More information about the slime-cvs mailing list