[slime-cvs] CVS slime
alendvai
alendvai at common-lisp.net
Tue Dec 19 10:32:26 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv16289
Modified Files:
swank.lisp
Log Message:
Small: get rid of notes and warnings
--- /project/slime/cvsroot/slime/swank.lisp 2006/12/19 10:29:44 1.430
+++ /project/slime/cvsroot/slime/swank.lisp 2006/12/19 10:32:26 1.431
@@ -3627,10 +3627,9 @@
Once a word has been completely matched, the chunks are pushed
onto the special variable *ALL-CHUNKS* and the function returns."
- (declare (optimize speed)
+ (declare ;(optimize speed)
(fixnum short-index initial-full-index)
(simple-string short full)
- (type list *all-chunks*)
(special *all-chunks*))
(flet ((short-cur ()
"Returns the next letter from the abbreviation, or NIL
More information about the slime-cvs
mailing list