]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/bbedit/bbedit.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / bbedit / bbedit.factor
index 26e5130a5734daffb6d41aeba518bf50567e831e..baeccc8528d6764ecbc6fb8c4a02c5c9036e0b39 100644 (file)
@@ -4,6 +4,6 @@ IN: editors.bbedit
 SINGLETON: bbedit
 bbedit editor-class set-global
 
-M: bbedit editor-command ( file line -- command )
+M: bbedit editor-command
     drop
     [ "open" , "-a" , "BBEdit" , , ] { } make ;