[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Thu May 28 19:01:09 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv7687
Modified Files:
slime.el ChangeLog
Log Message:
* slime.el (def-slime-test): Forgot to remove debugging code.
--- /project/slime/cvsroot/slime/slime.el 2009/05/28 16:56:59 1.1182
+++ /project/slime/cvsroot/slime/slime.el 2009/05/28 19:01:09 1.1183
@@ -7231,7 +7231,6 @@
(name (first name))
(fails-for (cdr (assq :fails-for opts)))
(style (cdr (assq :style opts))))
- (tcr:debugmsg "opts=%S" opts)
;; :style and :fails-for only options, given no more than one time?
(assert (null (remove* :style (remove* :fails-for opts :key #'car)
:key #'car)))
--- /project/slime/cvsroot/slime/ChangeLog 2009/05/28 16:57:00 1.1775
+++ /project/slime/cvsroot/slime/ChangeLog 2009/05/28 19:01:09 1.1776
@@ -1,5 +1,9 @@
2009-05-28 Tobias C. Rittweiler <tcr at freebits.de>
+ * slime.el (def-slime-test): Forgot to remove debugging code.
+
+2009-05-28 Tobias C. Rittweiler <tcr at freebits.de>
+
* slime.el (slime-dispatch-event :emacs-rex): Make sure that we
pop the continuation on erroneous send.
More information about the slime-cvs
mailing list