[slime-cvs] CVS slime

CVS User trittweiler trittweiler at common-lisp.net
Wed Dec 23 08:52:01 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv23419

Modified Files:
	slime.el ChangeLog 
Log Message:
	* slime.el (complete-symbol [test]): Fix test case.

	* slime-c-p-c.el (complete-symbol* [test]): Fix test case.


--- /project/slime/cvsroot/slime/slime.el	2009/12/21 13:31:55	1.1258
+++ /project/slime/cvsroot/slime/slime.el	2009/12/23 08:52:01	1.1259
@@ -2216,7 +2216,9 @@
   ;; slime-autodoc.)  If this ever happens again, returning the
   ;; following will make debugging much easier:
   :slime-eval-async)
-  
+
+(put 'slime-eval-async 'lisp-indent-function 1)
+
 ;;; These functions can be handy too:
 
 (defun slime-connected-p ()
@@ -7634,6 +7636,7 @@
       ("swank::compile-file" (("swank::compile-file" 
                                "swank::compile-file-for-emacs"
                                "swank::compile-file-if-needed"
+                               "swank::compile-file-output"
                                "swank::compile-file-pathname")
                               "swank::compile-file"))
       ("cl:m-v-l" (nil "")))
--- /project/slime/cvsroot/slime/ChangeLog	2009/12/22 09:31:15	1.1947
+++ /project/slime/cvsroot/slime/ChangeLog	2009/12/23 08:52:01	1.1948
@@ -1,3 +1,7 @@
+2009-12-23  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* slime.el (complete-symbol [test]): Fix test case.
+
 2009-12-22  Helmut Eller  <heller at common-lisp.net>
 
 	Some new backend functions used for loading image files.





More information about the slime-cvs mailing list