diff options
| author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2026-05-01 14:16:07 -0300 |
|---|---|---|
| committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2026-05-01 14:16:07 -0300 |
| commit | a4411bcc3919c2099934fd49664ee689460ebf80 (patch) | |
| tree | 524492a5febcd921528da7634ff91068b8c63d02 /package.lisp | |
| parent | d1816df4c029447f94963355cbdce5c434063ee6 (diff) | |
| download | utils-main.tar.gz utils-main.zip | |
Diffstat (limited to 'package.lisp')
| -rw-r--r-- | package.lisp | 15 |
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) |
