[slime-cvs] CVS update: slime/swank.lisp
Luke Gorrie
lgorrie at common-lisp.net
Fri Oct 17 19:49:05 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv1825
Modified Files:
swank.lisp
Log Message:
Date: Fri Oct 17 15:49:05 2003
Author: lgorrie
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.36 slime/swank.lisp:1.37
--- slime/swank.lisp:1.36 Fri Oct 17 15:09:14 2003
+++ slime/swank.lisp Fri Oct 17 15:49:05 2003
@@ -189,7 +189,7 @@
"Database of recorded compiler notes/warnings/erros (keyed by filename).
Each value is a list of (LOCATION SEVERITY MESSAGE CONTEXT) lists.
LOCATION is a position in the source code (integer or source path).
- SEVERITY is one of :ERROR, :WARNING, and :NOTE.
+ SEVERITY is one of :ERROR, :WARNING, :STYLE-WARNING and :NOTE.
MESSAGE is a string describing the note.
CONTEXT is a string giving further details of where the error occured.")
More information about the slime-cvs
mailing list