]> gitweb.factorcode.org Git - factor.git/commitdiff
words.alias: definition is just the def>>.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Apr 2013 00:00:31 +0000 (17:00 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Apr 2013 00:00:31 +0000 (17:00 -0700)
core/words/alias/alias.factor

index 71118d9c936270db4633d8b5ad26d6a1ba98fcfe..e9fd7213fc97209782bd230e07f09b43501c9204 100644 (file)
@@ -14,5 +14,3 @@ M: alias reset-word
     [ call-next-method ] [ f "alias" set-word-prop ] bi ;
 
 M: alias definer drop \ ALIAS: f ;
-
-M: alias definition def>> first 1quotation ;