From: Mark Wooding Date: Sat, 30 Jun 2018 20:35:15 +0000 (+0100) Subject: dep.lisp (%dep-value): Force the dep before registering a dependents. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain/813da880d2d77f04ea623f426d543d298528f967?hp=813da880d2d77f04ea623f426d543d298528f967 dep.lisp (%dep-value): Force the dep before registering a dependents. Otherwise we'll add the dependent to the list, and then `propagate-to- dependents' will clear the list, forgetting about us. ---