From 02ff1a3fb3f687160b3164680fd655da56c0eae9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 14 Feb 2025 16:11:54 +0000 Subject: Prefix all packages with `cantedraw` This is mostly a sanity check in-case anyone else decides to load this system for use in their own package - don't want to conflict with their names. --- lib.functions.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.functions.lisp') diff --git a/lib.functions.lisp b/lib.functions.lisp index 48f50bc..99796c9 100644 --- a/lib.functions.lisp +++ b/lib.functions.lisp @@ -17,7 +17,7 @@ ;;; Code: -(in-package :lib.functions) +(in-package :cantedraw.lib.functions) (fn range (start end &optional (step 1)) (-> (fixnum fixnum &optional fixnum) list) "Make a list of numbers from START to END (exclusive). If STEP is given, then -- cgit v1.2.3-13-gbd6f