From 59dced5c9d65aa807fa2f9207d98dbfa425f9dfe Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 11 Apr 2009 15:11:25 -0500 Subject: [PATCH] Fix :edit --- basis/editors/editors.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/editors/editors.factor b/basis/editors/editors.factor index b494b52c68..9aed3ed8c0 100644 --- a/basis/editors/editors.factor +++ b/basis/editors/editors.factor @@ -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 ;