Skip to content

Commit

Permalink
Make irregex an import don't use it
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeen authored and Christian Kellermann committed Jan 9, 2011
1 parent 8b42fbe commit c22f49b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swank.scm
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
swank:describe-symbol
swank:apropos-list-for-emacs)
(import scheme
chicken)
chicken irregex)
(use ports
tcp
posix
srfi-1
srfi-13
symbol-utils
apropos
irregex
fmt)
(include "swank-chicken.scm"))

0 comments on commit c22f49b

Please sign in to comment.