]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove superflous \
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 26 Feb 2009 19:41:30 +0000 (13:41 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 26 Feb 2009 19:41:30 +0000 (13:41 -0600)
basis/editors/emacs/emacs.factor

index 05b879770e6317c2a5a4ff9fbb6d9cace98e133d..366bc53104efc515b0abfe4e379a210957ef69a6 100644 (file)
@@ -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 ,
         ,