From 1229ebe688001e919cb3b3e09f59460a9f255794 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 26 Jul 2015 23:14:11 +0200 Subject: [PATCH] Use keyword in DEFPACKAGE Close #7 --- src/pkgdcl.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgdcl.lisp b/src/pkgdcl.lisp index 0dd4382..80dfeb0 100644 --- a/src/pkgdcl.lisp +++ b/src/pkgdcl.lisp @@ -1,6 +1,6 @@ ;;;; -*- indent-tabs-mode: nil -*- -(cl:defpackage bordeaux-threads +(cl:defpackage :bordeaux-threads (:nicknames #:bt) (:use #:cl #:alexandria) #+abcl -- 2.11.4.GIT