Merge branch 'master' of factorcode.org:/git/factor

db4
Joe Groff 2010-06-04 17:13:26 -07:00
commit aff9166f8c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ SYMBOL: command-line
: load-vocab-roots ( -- )
"user-init" get [
"factor-roots" rc-path dup exists? [
utf8 file-lines [ add-vocab-root ] each
utf8 file-lines harvest [ add-vocab-root ] each
] [ drop ] if
] when ;