It lives!
[sod] / pset.lisp
index 9db8c4f..a9bbde9 100644 (file)
--- a/pset.lisp
+++ b/pset.lisp
                (unless (p-seenp prop)
                  (cerror*-with-location (p-location prop)
                                         "Unknown property `~A'"
-                                        (p-name prop))))
+                                        (p-name prop))
+                 (setf (p-seenp prop) t)))
              pset)))
 
 ;;;--------------------------------------------------------------------------