[slime-cvs] CVS slime

mkoeppe mkoeppe at common-lisp.net
Mon Feb 27 19:15:53 UTC 2006


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

Modified Files:
	slime.el 
Log Message:
(slime-eval-macroexpand-inplace): Indent the inserted macroexpansion.


--- /project/slime/cvsroot/slime/slime.el	2006/02/27 14:30:07	1.589
+++ /project/slime/cvsroot/slime/slime.el	2006/02/27 19:15:52	1.590
@@ -7163,7 +7163,8 @@
            (goto-char start)
            (delete-region start end)
            (insert expansion)
-           (goto-char start)))))))
+           (goto-char start)
+           (indent-sexp)))))))
 
 (defun slime-macroexpand-1 (&optional repeatedly)
   "Display the macro expansion of the form at point.  The form is




More information about the slime-cvs mailing list