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 ;