[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Sat Jul 19 11:39:23 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv31235/contrib
Modified Files:
slime-asdf.el ChangeLog
Log Message:
* slime-asdf.el (slime-oos): Use `slime-repl-shortcut-async'.
--- /project/slime/cvsroot/slime/contrib/slime-asdf.el 2007/09/21 12:44:13 1.3
+++ /project/slime/cvsroot/slime/contrib/slime-asdf.el 2008/07/19 11:39:23 1.4
@@ -60,7 +60,7 @@
(message "Performing ASDF %S%s on system %S"
operation (if keyword-args (format " %S" keyword-args) "")
system)
- (slime-eval-async
+ (slime-repl-shortcut-eval-async
`(swank:operate-on-system-for-emacs ,system ,operation , at keyword-args)
(slime-make-compilation-finished-continuation (current-buffer))))
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/07/16 18:44:28 1.108
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/07/19 11:39:23 1.109
@@ -1,3 +1,7 @@
+2008-07-19 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime-asdf.el (slime-oos): Use `slime-repl-shortcut-async'.
+
2008-07-16 Tobias C. Rittweiler <tcr at freebits.de>
* swank-asdf.lisp (operate-on-system-for-emacs): Wrapped in
More information about the slime-cvs
mailing list