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

Helmut Eller heller at common-lisp.net
Thu Jan 15 18:15:00 UTC 2004


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

Modified Files:
	swank-backend.lisp 
Log Message:
(remove-input-handlers): New function.
Date: Thu Jan 15 13:15:00 2004
Author: heller

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.17 slime/swank-backend.lisp:1.18
--- slime/swank-backend.lisp:1.17	Thu Jan 15 06:42:12 2004
+++ slime/swank-backend.lisp	Thu Jan 15 13:15:00 2004
@@ -112,6 +112,9 @@
 (defgeneric add-input-handler (socket fn)
   (:documentation "Call FN whenever SOCKET is readable."))
 
+(defgeneric remove-input-handlers (socket)
+  (:documentation "Remove all input handlers for SOCKET."))
+
 ;;; Base condition for networking errors.
 (define-condition network-error (error) ())
 





More information about the slime-cvs mailing list