]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/atom/atom.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / atom / atom.factor
index e5b9d152cc8de7f4c0328340b0b24c71ae7e1dce..e9c468dfd5bc9a70ff6506ac023267937adf14c2 100644 (file)
@@ -21,7 +21,7 @@ M: macosx find-atom
         f
     ] if* ;
 
-M: atom-editor editor-command ( file line -- command )
+M: atom-editor editor-command
     [
         atom-path get [ find-atom ] unless* ,
         number>string ":" glue ,