From 40898bf4d028ce06d26c8fd61ac6cf3d2053d1a9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 16 Nov 2011 09:18:54 -0800 Subject: [PATCH] editors: fix editing of links. Fixes #411. --- basis/editors/editors.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/basis/editors/editors.factor b/basis/editors/editors.factor index 907cd230c5..6f046454f8 100644 --- a/basis/editors/editors.factor +++ b/basis/editors/editors.factor @@ -60,8 +60,6 @@ GENERIC: edit ( object -- ) M: object edit dup where [ first2 edit-location ] [ cannot-find-source ] ?if ; -M: link edit name>> edit ; - M: string edit edit-vocab ; : edit-error ( error -- )