x11: Actually export import-x11.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 25 Jun 2018 21:56:40 +0000 (14:56 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 25 Jun 2018 21:56:40 +0000 (14:56 -0700)
src/x11/README
src/x11/x11.pkg

index d9160eb0a77582818cb6d376938867b809a62b4a..f3540c93333b3621be8ea2095e56f3a060ec4dd6 100644 (file)
@@ -11,10 +11,10 @@ To use:
     (load-option 'x11)
     (import-x11)
 
-Import-x11 will modify the REPL's current environment by adding
-bindings linked to the plugin's exports.  They are not exported to the
-global environment because they would conflict with the deprecated
-exports from (runtime x-graphics).
+The import-x11 procedure will modify the REPL's current environment by
+adding bindings linked to the plugin's exports, which are not exported
+to the global environment because they would conflict with the
+deprecated exports from (runtime x-graphics).
 
 To import into a CREF package set, add this to your .pkg file:
 
index 0d5941ed587ee9086de3670e9145e5e6022a95ff..1c60559513ec34b069878f67d0a5d54bc1322e4a 100644 (file)
@@ -29,7 +29,9 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 (define-package (x11)
   (files "x11")
-  (parent ()))
+  (parent ())
+  (export ()
+         import-x11))
 
 (define-package (x11 base)
   (files "x11-base")