[slime-cvs] CVS slime/contrib
CVS User heller
heller at common-lisp.net
Thu Oct 23 21:28:03 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv21347/contrib
Modified Files:
ChangeLog swank-asdf.lisp
Log Message:
* swank-asdf.lisp (operate-on-system-for-emacs): Always T to
collect-notes. Reported by Mark Evenson.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/10/21 20:37:56 1.135
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/10/23 21:28:03 1.136
@@ -1,3 +1,8 @@
+2008-10-23 Helmut Eller <heller at common-lisp.net>
+
+ * swank-asdf.lisp (operate-on-system-for-emacs): Always T to
+ collect-notes. Reported by Mark Evenson.
+
2008-10-21 Helmut Eller <heller at common-lisp.net>
* slime-editing-commands.el (slime-end-of-defun): Use 'major-mode
--- /project/slime/cvsroot/slime/contrib/swank-asdf.lisp 2008/10/04 19:13:42 1.6
+++ /project/slime/cvsroot/slime/contrib/swank-asdf.lisp 2008/10/23 21:28:03 1.7
@@ -17,7 +17,8 @@
Record compiler notes signalled as `compiler-condition's."
(collect-notes
(lambda ()
- (apply #'operate-on-system system-name operation keywords))))
+ (apply #'operate-on-system system-name operation keywords)
+ t)))
(defun operate-on-system (system-name operation-name &rest keyword-args)
"Perform OPERATION-NAME on SYSTEM-NAME using ASDF.
More information about the slime-cvs
mailing list