From ca9e04c0861b5413afa44d4811e82dcb8844d9f7 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 15 Jan 2009 13:02:31 -0600 Subject: [PATCH] Fix word operations --- basis/ui/tools/operations/operations.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/tools/operations/operations.factor b/basis/ui/tools/operations/operations.factor index 967d81ec3b..9d11f9070f 100644 --- a/basis/ui/tools/operations/operations.factor +++ b/basis/ui/tools/operations/operations.factor @@ -181,8 +181,8 @@ source-editor "word" "These commands operate on the Factor word named by the token at the caret position." \ selected-word -[ selected-word ] [ ] +[ selected-word ] define-operation-map interactor