[slime-cvs] CVS slime/contrib

heller heller at common-lisp.net
Tue Sep 4 09:42:42 UTC 2007


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv20279/contrib

Modified Files:
	slime-presentations.el 
Log Message:
Rename slime-insert-possibly-as-rectangle to slime-insert-indented.

* slime.el (slime-insert-indented): Renamed. Update callers.



--- /project/slime/cvsroot/slime/contrib/slime-presentations.el	2007/09/01 05:42:50	1.5
+++ /project/slime/cvsroot/slime/contrib/slime-presentations.el	2007/09/04 09:42:42	1.6
@@ -159,7 +159,7 @@
 strings to line up below the current point."
   (flet ((insert-it ()
                     (if rectangle 
-                        (slime-insert-possibly-as-rectangle string)
+                        (slime-insert-indented string)
                       (insert string))))
     (let ((start (point)))
       (insert-it)




More information about the slime-cvs mailing list