]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap-error.factor: vocab => lookup-vocab
authorSlava Pestov <slava@factorcode.org>
Sun, 30 Oct 2011 00:25:51 +0000 (17:25 -0700)
committerSlava Pestov <slava@factorcode.org>
Sun, 30 Oct 2011 00:25:51 +0000 (17:25 -0700)
basis/bootstrap/bootstrap-error.factor

index 7cae86b18672d4018ac209f203c45dca331900e7..2530393614d850c5c9bad8fd1f51f8d86d1a17a8 100644 (file)
@@ -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