From 136ffc06714b6fe6a2ab88e25e161f464f2ec915 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 29 Oct 2011 17:25:51 -0700 Subject: [PATCH] bootstrap-error.factor: vocab => lookup-vocab --- basis/bootstrap/bootstrap-error.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/bootstrap/bootstrap-error.factor b/basis/bootstrap/bootstrap-error.factor index 7cae86b186..2530393614 100644 --- a/basis/bootstrap/bootstrap-error.factor +++ b/basis/bootstrap/bootstrap-error.factor @@ -3,7 +3,7 @@ USING: continuations kernel io debugger vocabs words system namespaces ; :c :error -"listener" vocab +"listener" lookup-vocab [ restarts. vocab-main execute ] [ error get die ] if* 1 exit