emacs: fix emacsclient stack effect
It was leaving the result of 'system' on the stack.
parent
0c9bd24059
commit
3edc7cf021
|
@ -6,7 +6,7 @@ namespaces ;
|
|||
IN: emacs
|
||||
|
||||
: emacsclient ( file line -- )
|
||||
number>string "emacsclient --no-wait +" swap append " " rot append3 system ;
|
||||
number>string "emacsclient --no-wait +" swap append " " rot append3 system drop ;
|
||||
|
||||
: emacs ( word -- )
|
||||
where first2 emacsclient ;
|
||||
|
|
Loading…
Reference in New Issue