]> gitweb.factorcode.org Git - factor.git/commitdiff
debugger: put method on no-current-vocab-error
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 16:01:57 +0000 (09:01 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 16:02:17 +0000 (09:02 -0700)
basis/debugger/debugger.factor

index 0971db4bdb82d3d0629e59c8c196ade9f550756b..c08deddb39a66d82511139c774614ca0db8180c4 100755 (executable)
@@ -268,7 +268,7 @@ M: attempt-all-error summary drop "Nothing to attempt" ;
 
 M: already-disposed summary drop "Attempting to operate on disposed object" ;
 
-M: no-current-vocab summary
+M: no-current-vocab-error summary
     drop "Not in a vocabulary; IN: form required" ;
 
 M: no-word-error summary