src/pset-proto.lisp: Remove the write wrapper for `p-%type'.
[sod] / src / pset-proto.lisp
index d77a058..eaf3a77 100644 (file)
@@ -61,7 +61,7 @@
   (location (file-location nil) :type file-location)
   (key nil :type symbol)
   (seenp nil :type boolean))
-(define-access-wrapper p-type p-%type)
+(define-access-wrapper p-type p-%type :read-only t)
 
 (export 'decode-property)
 (defgeneric decode-property (raw)