remove -a option...

db4
Doug Coleman 2008-11-13 16:10:43 -06:00
parent a5c47ac294
commit 8f2d1353c0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ IN: editors.etexteditor
: etexteditor ( file line -- )
[
etexteditor-path , "-a" ,
etexteditor-path ,
[ , ] [ "--line" , number>string , ] bi*
] { } make run-detached drop ;