From 063e4571095699d46f419a422258f8d9a72f61fc Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 26 Feb 2009 13:41:30 -0600 Subject: [PATCH] Remove superflous \ --- basis/editors/emacs/emacs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/editors/emacs/emacs.factor b/basis/editors/emacs/emacs.factor index 05b879770e..366bc53104 100644 --- a/basis/editors/emacs/emacs.factor +++ b/basis/editors/emacs/emacs.factor @@ -11,7 +11,7 @@ M: object default-emacsclient ( -- path ) "emacsclient" ; : emacsclient ( file line -- ) [ - { [ \ emacsclient-path get ] [ default-emacsclient ] } 0|| , + { [ emacsclient-path get ] [ default-emacsclient ] } 0|| , "--no-wait" , number>string "+" prepend , ,