Merge remote-tracking branch 'upstream/master'

db4
John Benediktsson 2011-10-26 10:07:21 -07:00
commit 140b372218
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ PRIVATE>
[ vocab-roots get ] dip '[ _ (load-from-root) ] map concat ;
: load ( prefix -- )
(load) [ load-failures. ] each ;
(load) load-failures. ;
: load-all ( -- )
"" load ;