Remove superflous \
parent
a5561146b8
commit
063e457109
|
@ -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 ,
|
||||||
,
|
,
|
||||||
|
|
Loading…
Reference in New Issue