[slime-cvs] CVS update: slime/swank.lisp
Dan Barlow
dbarlow at common-lisp.net
Mon Oct 20 13:56:50 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv8126
Modified Files:
swank.lisp
Log Message:
Date: Mon Oct 20 09:56:50 2003
Author: dbarlow
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.39 slime/swank.lisp:1.40
--- slime/swank.lisp:1.39 Sun Oct 19 17:39:40 2003
+++ slime/swank.lisp Mon Oct 20 09:56:50 2003
@@ -216,7 +216,7 @@
(setf *previous-context* nil))
(defvar *notes-database* (make-hash-table :test #'equal)
- "Database of recorded compiler notes/warnings/erros (keyed by filename).
+ "Database of recorded compiler notes/warnings/errors (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, :STYLE-WARNING and :NOTE.
More information about the slime-cvs
mailing list