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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user