aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/state.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guile/starlet/state.scm')
-rw-r--r--guile/starlet/state.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/guile/starlet/state.scm b/guile/starlet/state.scm
index 010e486..fcf5a54 100644
--- a/guile/starlet/state.scm
+++ b/guile/starlet/state.scm
@@ -330,7 +330,10 @@ pre-existing contents."
old-ht
new-ht)
old-ht)
- (clear-state! state)))) ;; Try again
+ (clear-state! state))) ;; Try again
+
+ (run-hook (get-update-hook state)
+ '() #f #f #f))
(define (partition3 pred1 pred2 input)