]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/emeditor/emeditor.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / emeditor / emeditor.factor
index 9f6c3ec745d252e3369800673718835792be22cb..fe5ee1c7251eea81b024e86982baab2054b86b8c 100644 (file)
@@ -11,7 +11,7 @@ emeditor editor-class set-global
         [ "EmEditor.exe" ] unless*
     ] unless* ;
 
-M: emeditor editor-command ( file line -- command )
+M: emeditor editor-command
     [
         emeditor-path , "/l" , number>string , ,
     ] { } make ;