Remove superflous \

db4
Slava Pestov 2009-02-26 13:41:30 -06:00
parent a5561146b8
commit 063e457109
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ M: object default-emacsclient ( -- path ) "emacsclient" ;
: emacsclient ( file line -- ) : emacsclient ( file line -- )
[ [
{ [ \ emacsclient-path get ] [ default-emacsclient ] } 0|| , { [ emacsclient-path get ] [ default-emacsclient ] } 0|| ,
"--no-wait" , "--no-wait" ,
number>string "+" prepend , number>string "+" prepend ,
, ,