[slime-cvs] CVS slime/contrib
mkoeppe
mkoeppe at common-lisp.net
Wed Aug 29 04:50:34 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv21137
Modified Files:
swank-presentations.lisp
Log Message:
Add guilty parties
--- /project/slime/cvsroot/slime/contrib/swank-presentations.lisp 2007/08/28 13:53:02 1.2
+++ /project/slime/cvsroot/slime/contrib/swank-presentations.lisp 2007/08/29 04:50:34 1.3
@@ -1,6 +1,9 @@
;;; swank-presentations.lisp --- imitate LispM's presentations
;;
-;; Authors: FIXME -- find all guilty parties
+;; Authors: Alan Ruttenberg <alanr-l at mumble.net>
+;; Luke Gorrie <luke at synap.se>
+;; Helmut Eller <heller at common-lisp.net>
+;; Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
;;
;; License: This code has been placed in the Public Domain. All warranties
;; are disclaimed.
@@ -8,8 +11,6 @@
(in-package :swank)
-;;; More presentation-related code from swank.lisp can go here. --mkoeppe
-
;;;; Recording and accessing results of computations
(defvar *record-repl-results* t
More information about the slime-cvs
mailing list