From 43fb5895c5132ba6be74b5cb90c6c2c558af1cdc Mon Sep 17 00:00:00 2001 From: slava Date: Mon, 30 Oct 2006 03:45:10 +0000 Subject: [PATCH] Oops -- forget was +default+ --- library/ui/tools/operations.factor | 1 - 1 file changed, 1 deletion(-) diff --git a/library/ui/tools/operations.factor b/library/ui/tools/operations.factor index 9558b05158..677f9b1ddf 100644 --- a/library/ui/tools/operations.factor +++ b/library/ui/tools/operations.factor @@ -97,7 +97,6 @@ M: operation invoke-command ( target operation -- ) } define-operation [ word? ] H{ - { +default+ t } { +name+ "Forget" } { +keyboard+ T{ key-down f { A+ } "b" } } { +quot+ [ forget ] }