[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Wed Feb 17 17:04:06 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv15601
Modified Files:
slime.el
Log Message:
slime.el (sexp-at-point.1): Remove failing tests.
--- /project/slime/cvsroot/slime/slime.el 2010/02/17 17:03:59 1.1271
+++ /project/slime/cvsroot/slime/slime.el 2010/02/17 17:04:05 1.1272
@@ -7546,10 +7546,7 @@
'(("foo")
("#:foo")
("#'foo")
- ("#'(lambda (x) x)")
- ("#\\space")
- ("#\\(")
- ("#\\)"))
+ ("#'(lambda (x) x)"))
(with-temp-buffer
(lisp-mode)
(insert string)
@@ -7560,7 +7557,6 @@
(slime-sexp-at-point)
#'equal)))
-
(def-slime-test narrowing ()
"Check that narrowing is properly sustained."
'()
More information about the slime-cvs
mailing list