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

Luke Gorrie lgorrie at common-lisp.net
Tue Dec 16 10:28:43 UTC 2003


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

Modified Files:
	swank-backend.lisp 
Log Message:
Exported invoke-nth-restart-for-emacs and sldb-break-with-default-debugger.

Date: Tue Dec 16 05:28:42 2003
Author: lgorrie

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.9 slime/swank-backend.lisp:1.10
--- slime/swank-backend.lisp:1.9	Mon Dec 15 00:27:55 2003
+++ slime/swank-backend.lisp	Tue Dec 16 05:28: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.9 2003/12/15 05:27:55 lgorrie Exp $
+;;;   $Id: swank-backend.lisp,v 1.10 2003/12/16 10:28:42 lgorrie Exp $
 ;;;
 
 ;; This is a skeletal implementation of the Slime internals interface.
@@ -57,6 +57,7 @@
            #:interactive-eval
            #:interactive-eval-region
            #:invoke-nth-restart
+           #:invoke-nth-restart-for-emacs
            #:list-all-package-names
            #:list-callees
            #:list-callers
@@ -69,6 +70,7 @@
            #:set-default-directory
            #:set-package
            #:sldb-abort
+           #:sldb-break-with-default-debugger
            #:sldb-continue
            #:slime-debugger-function
            #:start-server





More information about the slime-cvs mailing list