]> gitweb.factorcode.org Git - factor.git/commitdiff
fuel: Renamed restart to continue-restart.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 03:04:11 +0000 (20:04 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 24 Mar 2013 03:04:11 +0000 (20:04 -0700)
extra/fuel/fuel.factor

index c33f64770abee756c7d72dcc63b1d42635d2b457..9155be0562d263e397787abf23bee1f2e62a7a02 100644 (file)
@@ -44,7 +44,7 @@ SYMBOL: :uses-suggestions
 
 : try-suggested-restarts ( -- )
     restarts get [ is-suggested-restart ] filter
-    dup length 1 = [ first restart ] [ drop ] if ;
+    dup length 1 = [ first continue-restart ] [ drop ] if ;
 
 : fuel-set-use-hook ( -- )
     [ manifest get auto-used>> clone :uses prefix fuel-eval-set-result ]