From fda12d8fe029f5b75874ab746e30d1561ad258cc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 10 Apr 2022 14:14:27 -0700 Subject: 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 --- src/package.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/package.lisp') 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 -- cgit v1.2.3