]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/etexteditor/etexteditor.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / etexteditor / etexteditor.factor
index 459f5b8ddb30852fe06b3e931db298d932d7d408..75e8a2252f3fd5e55408ebd150781b06e79a4ff8 100644 (file)
@@ -13,7 +13,7 @@ etexteditor editor-class set-global
         [ "e.exe" ] unless*
     ] unless* ;
 
-M: etexteditor editor-command ( file line -- command )
+M: etexteditor editor-command
     [
         etexteditor-path ,
         [ , ] [ "--line" , number>string , ] bi*