[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Wed Apr 14 17:51:56 UTC 2010


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv10316

Modified Files:
	ChangeLog swank.lisp 
Log Message:
* swank.lisp (compile-file-for-emacs): Actually commit the change
described in 2010-04-12.

--- /project/slime/cvsroot/slime/ChangeLog	2010/04/14 17:51:47	1.2064
+++ /project/slime/cvsroot/slime/ChangeLog	2010/04/14 17:51:56	1.2065
@@ -1,5 +1,10 @@
 2010-04-14  Helmut Eller  <heller at common-lisp.net>
 
+	* swank.lisp (compile-file-for-emacs): Actually commit the change
+	described in 2010-04-12.
+
+2010-04-14  Helmut Eller  <heller at common-lisp.net>
+
 	* slime.el ([test] interrupt-encode-message): New test.
 
 2010-04-14  Helmut Eller  <heller at common-lisp.net>
--- /project/slime/cvsroot/slime/swank.lisp	2010/04/14 17:51:38	1.709
+++ /project/slime/cvsroot/slime/swank.lisp	2010/04/14 17:51:56	1.710
@@ -2813,7 +2813,8 @@
                  (funcall function)))))
       (make-compilation-result (reverse notes) (and successp t) seconds))))
 
-(defslimefun compile-file-for-emacs (filename load-p &key options policy)
+(defslimefun compile-file-for-emacs (filename load-p &rest options &key policy
+                                              &allow-other-keys)
   "Compile FILENAME and, when LOAD-P, load the result.
 Record compiler notes signalled as `compiler-condition's."
   (with-buffer-syntax ()





More information about the slime-cvs mailing list