describe: show the same information about functions for 'x and #'x.
[sbcl.git] / contrib / sb-simple-streams / package.lisp
index eac4c53..8e80524 100644 (file)
@@ -9,8 +9,11 @@
 
 (defpackage sb-simple-streams
   (:use #:common-lisp)
-  (:import-from #:sb-kernel #:ansi-stream)
+  (:import-from #:sb-kernel #:ansi-stream #:charpos #:line-length)
   (:import-from #:sb-gray #:fundamental-stream)
+  #+sb-package-locks
+  ;; FIXME: Using deffoo! or equivalent might be nicer.
+  (:implement #:common-lisp #:sb-kernel #:sb-int)
   (:export ;; Stream classes
    #:STREAM
    #:SIMPLE-STREAM