diff --git a/basis/editors/editors.factor b/basis/editors/editors.factor index 90c40f9bd5..7dfceafe59 100644 --- a/basis/editors/editors.factor +++ b/basis/editors/editors.factor @@ -27,7 +27,8 @@ SYMBOL: edit-hook : edit-location ( file line -- ) >r (normalize-path) r> - edit-hook get [ call ] [ no-edit-hook edit-location ] if* ; + edit-hook get-global + [ call ] [ no-edit-hook edit-location ] if* ; : edit ( defspec -- ) where [ first2 edit-location ] when* ;