]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix :edit
authorSlava Pestov <slava@shill.local>
Sat, 11 Apr 2009 20:11:25 +0000 (15:11 -0500)
committerSlava Pestov <slava@shill.local>
Sat, 11 Apr 2009 20:11:25 +0000 (15:11 -0500)
basis/editors/editors.factor

index b494b52c6850ef5c36969f0477a1bf63af6661ee..9aed3ed8c00b5b2830c0c74f11c203e408357987 100644 (file)
@@ -57,7 +57,7 @@ M: lexer-error error-line
     [ error>> error-line ] [ line>> ] bi or ;
 
 M: source-file-error error-file
-    [ error>> error-file ] [ file>> path>> ] bi or ;
+    [ error>> error-file ] [ file>> ] bi or ;
 
 M: source-file-error error-line
     error>> error-line ;