Skip to content

Commit

Permalink
* swank-rpc.lisp (:swank-rpc): (:use :cl), SBCL
Browse files Browse the repository at this point in the history
doesn't use it by default.
  • Loading branch information
stassats committed Jan 19, 2010
1 parent 52382e8 commit f0db18f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2010-01-19 Stas Boukarev <stassats@gmail.com>

* swank-rpc.lisp (:swank-rpc): (:use :cl), SBCL
doesn't use it by default.

2010-01-14 Stas Boukarev <stassats@gmail.com>

* doc/slime.texi (Setting up the lisp image):
Expand Down
1 change: 1 addition & 0 deletions swank-rpc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
;;;

(defpackage :swank-rpc
(:use :cl)
(:export
; export everything for compatibility, need to be trimmed down!
#:decode-message
Expand Down

0 comments on commit f0db18f

Please sign in to comment.