r4886: Automatic commit for debian_version_0_2_0-1
[cl-readline.git] / packages.lisp
index 8b497e4e56cd963228e4dcd517802a33c2fe47e2..dd801cf74d63488b94ffb0fd366cf60b1ff0cd2e 100644 (file)
@@ -19,9 +19,6 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-(defpackage libreadline
-  (:use cl uffi))
-
 (defpackage readline
   (:nicknames rl)
   (:use cl uffi)  
    add-history
    clear-completions
    readline
-   use-cl-complete
+   readexpr
+   repl
+   use-package-complete
    use-custom-complete
    use-filename-complete
    ))
 
-(uffi:load-foreign-library "/usr/lib/cl-readline/libreadline-cl.so"
-                          :module "readline-cl")
+(uffi:load-foreign-library "/usr/lib/cl-readline/cl-readline.so"
+                          :module "cl-readline")