summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2026-05-01 14:16:07 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2026-05-01 14:16:07 -0300
commita4411bcc3919c2099934fd49664ee689460ebf80 (patch)
tree524492a5febcd921528da7634ff91068b8c63d02 /package.lisp
parentd1816df4c029447f94963355cbdce5c434063ee6 (diff)
downloadutils-main.tar.gz
utils-main.zip
Update librariesHEADmain
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp15
1 files changed, 4 insertions, 11 deletions
diff --git a/package.lisp b/package.lisp
index e6ed7b5..19e97a8 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,12 +1,7 @@
-(defpackage #:cursor
+(defpackage #:def
(:use #:cl)
- (:export #:text
- #:index
- #:data
- #:has-data?
- #:peek
- #:advance
- #:distance))
+ (:shadow #:defclass)
+ (:export #:defclass))
(defpackage #:color
(:use #:cl)
@@ -35,9 +30,7 @@
#:underscore->hyphen
#:pascal->kebab
#:upcase->pascal
- #:read-file
- #:line-and-column
- #:context-window))
+ #:read-file))
(defpackage #:small-cl
(:use #:cl)