[slime-cvs] CVS update: slime/swank-backend.lisp
Luke Gorrie
lgorrie at common-lisp.net
Mon Nov 24 13:43:42 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv2641
Modified Files:
swank-backend.lisp
Log Message:
(compiler-condition): Removed use of :documentation slot option. That
is not portable (to CMUCL 18e).
Date: Mon Nov 24 08:43:42 2003
Author: lgorrie
Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.3 slime/swank-backend.lisp:1.4
--- slime/swank-backend.lisp:1.3 Sun Nov 23 09:13:05 2003
+++ slime/swank-backend.lisp Mon Nov 24 08:43: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.3 2003/11/23 14:13:05 lgorrie Exp $
+;;; $Id: swank-backend.lisp,v 1.4 2003/11/24 13:43:42 lgorrie Exp $
;;;
;; This is a skeletal implementation of the Slime internals interface.
@@ -47,7 +47,6 @@
:accessor severity)
(message
- :documentation "The error or warning message, must be a non-NIL string."
:initarg :message
:accessor message)
More information about the slime-cvs
mailing list