git » jacl.git » commit 19561cd

Minor updates

author Alan Dipert
2020-07-30 12:42:14 UTC
committer Alan Dipert
2020-07-30 12:42:14 UTC
parent f36139e8591aa8020b50d1990f89471f8134474c

Minor updates

boot.lisp +1 -1
jacl-tests.lisp +1 -2

diff --git a/boot.lisp b/boot.lisp
index a5d6f5e..b75cae7 100644
--- a/boot.lisp
+++ b/boot.lisp
@@ -509,7 +509,7 @@
 
 (%export 'use-package)
 (defun use-package (packages-to-use &optional (package *package*))
-  ;; TODO Accepts more than one packages-to-use
+  ;; TODO %designated-packages and accept list of package designators
   (let* ((pkg (\. (%js "Package")
                   (|get| (\. (%designated-string packages-to-use)
                              (|toString|))))))
diff --git a/jacl-tests.lisp b/jacl-tests.lisp
index b0baa7d..9459036 100644
--- a/jacl-tests.lisp
+++ b/jacl-tests.lisp
@@ -19,9 +19,8 @@
 ;;;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 ;;;; SOFTWARE.
 
-(jacl:enable-js-syntax)
-
 (use-package '#:jacl)
+(enable-js-syntax)
 
 (fetch-load "test.lisp")