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

db4
sheeple 2008-02-04 12:04:35 -06:00
commit 9f23806bb9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ M: tuple-class group-words
swap [ slot-spec-writer ] map append ;
: define-consult-method ( word class quot -- )
pick add <method> spin define-method ;
pick add spin define-method ;
: define-consult ( class group quot -- )
>r group-words r>