]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textadept/textadept.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / textadept / textadept.factor
index 0d370955737b2c4805f4511883ad878e87921173..1edfbdcf4f35e3b059390f47a6e6afb62583aa07 100644 (file)
@@ -37,7 +37,7 @@ M: windows find-textadept-path
         find-textadept-path [ "textadept" ?find-in-path ] unless*
     ] unless* ;
 
-M: textadept editor-command ( file line -- command )
+M: textadept editor-command
     swap [
         textadept-path , "-f" , , "-e" ,
         1 - number>string "goto_line(" ")" surround ,