keep the old emacs behavior on unix systems

db4
Doug Coleman 2009-02-20 12:32:07 -06:00
parent 114d9bb21c
commit 1b9208490b
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ M: object default-emacsclient ( -- path ) "emacsclient" ;
"--no-wait" ,
number>string "+" prepend ,
,
] { } make run-detached drop ;
] { } make
os windows? [ run-detached drop ] [ try-process ] if ;
: emacs ( word -- )
where first2 emacsclient ;