about summary refs log tree commit diff stats
path: root/081print.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-12 22:10:38 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-12 22:10:38 -0800
commit802283e450b7a8b14b1730358ecb9473ef074147 (patch)
treeede5bef292934514c9cf149636760888badedbe0 /081print.mu
parent0fac1f87339709e9e3ef8d2df2dbd88ba8c8d706 (diff)
downloadmu-802283e450b7a8b14b1730358ecb9473ef074147.tar.gz
2559 - stop using 'next-ingredient' explicitly
I still need it in some situations because I have no way to set a
non-zero default for an optional ingredient. Open question..
Diffstat (limited to '081print.mu')
-rw-r--r--081print.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/081print.mu b/081print.mu
index 445b6fa6..c0bc37ab 100644
--- a/081print.mu
+++ b/081print.mu
@@ -66,7 +66,7 @@ recipe clear-screen screen:address:screen -> screen:address:screen [
 
 recipe sync-screen screen:address:screen -> screen:address:screen [
   local-scope
-  screen:address:screen <- next-ingredient
+  load-ingredients
   {
     break-if screen
     sync-display