[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Fri Apr 6 15:47:46 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv7718
Modified Files:
slime.el ChangeLog
Log Message:
--- /project/slime/cvsroot/slime/slime.el 2007/03/25 00:10:50 1.773
+++ /project/slime/cvsroot/slime/slime.el 2007/04/06 15:47:43 1.774
@@ -7168,7 +7168,8 @@
(format "(%s " (slime-qualify-cl-symbol-name symbol))))
(slime-switch-to-output-buffer)
(goto-char slime-repl-input-start-mark)
- (insert function-call))))
+ (insert function-call)
+ (save-excursion (insert ")")))))
;;;; Edit Lisp value
;;;
--- /project/slime/cvsroot/slime/ChangeLog 2007/04/06 15:42:42 1.1089
+++ /project/slime/cvsroot/slime/ChangeLog 2007/04/06 15:47:44 1.1090
@@ -1,3 +1,8 @@
+2007-04-06 Michael Weber <michaelw+slime at foldr.org>
+
+ * slime.el (slime-call-defun): insert the closing parenthesis for
+ the form.
+
2007-04-06 Marco Baringer <mb at bese.it>
* swank-openmcl.lisp (package swank-mop): Added
More information about the slime-cvs
mailing list