aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-10 14:14:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-10 16:41:53 -0700
commitfda12d8fe029f5b75874ab746e30d1561ad258cc (patch)
treee0fe6c617124bcbd7f8cb29d571b6592db41d279 /src/package.lisp
parent220548126a4c93a7205f78cabdda66ca77bae7dd (diff)
downloadconsfigurator-fda12d8fe029f5b75874ab746e30d1561ad258cc.tar.gz
tidy up slots of DATA class
- Rename IDEN1->DATA-IDEN1, IDEN2->DATA-IDEN2. - Require values for DATA-IDEN1, DATA-IDEN2 AND DATA-VERSION slots. - Leave DATA-MIME unbound rather than initialising to NIL. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index d75047f..8e28d89 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -292,8 +292,8 @@
;; data.lisp
#:data
- #:iden1
- #:iden2
+ #:data-iden1
+ #:data-iden2
#:data-version
#:data-mime
#:string-data