[slime-cvs] CVS slime/contrib

heller heller at common-lisp.net
Tue Aug 12 17:54:37 UTC 2008


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv21289/contrib

Modified Files:
	ChangeLog swank-clipboard.lisp 
Log Message:
* swank-clipboard.lisp (:swank-clipboard): List exports to avoid
compiler warnings.

--- /project/slime/cvsroot/slime/contrib/ChangeLog	2008/08/12 17:54:30	1.119
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2008/08/12 17:54:37	1.120
@@ -2,6 +2,8 @@
 
 	* slime-clipboard.el (slime-clipboard-insert-ref): Set
 	read-nonsticky to t to work better with kill/yank.
+	* swank-clipboard.lisp (:swank-clipboard): List exports to avoid
+	compiler warnings.
 
 2008-08-12  Helmut Eller  <heller at common-lisp.net>
 
--- /project/slime/cvsroot/slime/contrib/swank-clipboard.lisp	2008/08/12 13:03:15	1.1
+++ /project/slime/cvsroot/slime/contrib/swank-clipboard.lisp	2008/08/12 17:54:37	1.2
@@ -5,7 +5,8 @@
 
 (defpackage :swank-clipboard
   (:use :cl)
-  (:import-from :swank :defslimefun :with-buffer-syntax :destructure-case))
+  (:import-from :swank :defslimefun :with-buffer-syntax :destructure-case)
+  (:export :add :delete-entry :entries :entry-to-ref :ref))
 
 (in-package :swank-clipboard)
 




More information about the slime-cvs mailing list