From 44b0cf94ab99df938a5e3027350b973a342ae249 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 12 Nov 2008 01:14:19 -0600 Subject: [PATCH] better fix for emacs --- basis/editors/emacs/emacs.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/basis/editors/emacs/emacs.factor b/basis/editors/emacs/emacs.factor index eae6a3077b..1550fccc0b 100644 --- a/basis/editors/emacs/emacs.factor +++ b/basis/editors/emacs/emacs.factor @@ -4,14 +4,12 @@ IN: editors.emacs : emacsclient ( file line -- ) [ - \ emacsclient get , + \ emacsclient get "emacsclient" or , "--no-wait" , "+" swap number>string append , , ] { } make try-process ; -\ emacsclient "emacsclient" set-global - : emacs ( word -- ) where first2 emacsclient ;