[slime-cvs] CVS slime/contrib
CVS User heller
heller at common-lisp.net
Thu Oct 16 21:15:39 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv12857/contrib
Modified Files:
ChangeLog swank-kawa.scm
Log Message:
* swank-kawa.scm (swank-require): Add a dummy definition to avoid
errors at startup.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/10/11 19:36:48 1.132
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/10/16 21:15:39 1.133
@@ -1,3 +1,8 @@
+2008-10-16 Helmut Eller <heller at common-lisp.net>
+
+ * swank-kawa.scm (swank-require): Add a dummy definition to avoid
+ errors at startup.
+
2008-10-11 Nikodemus Siivola <nikodemus at random-state.net>
* slime-scratch.el (slime-scratch-file): New variable.
--- /project/slime/cvsroot/slime/contrib/swank-kawa.scm 2008/10/11 19:36:48 1.8
+++ /project/slime/cvsroot/slime/contrib/swank-kawa.scm 2008/10/16 21:15:39 1.9
@@ -758,6 +758,7 @@
(defslimefun operator-arglist (#!rest y) '())
(defslimefun buffer-first-change (#!rest y) '())
+(defslimefun swank-require (#!rest y) '())
;;;; M-.
More information about the slime-cvs
mailing list