]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textmate/textmate.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / textmate / textmate.factor
index 20d1ca928d907e6bbe4501978313bdd7f9e4255a..8dd5dc1b9ac51ee8694011913b12e01c763699a2 100644 (file)
@@ -5,5 +5,5 @@ IN: editors.textmate
 SINGLETON: textmate
 textmate editor-class set-global
 
-M: textmate editor-command ( file line -- command )
+M: textmate editor-command
     [ "mate" , "-a" , "-l" , number>string , , ] { } make ;