]> gitweb.factorcode.org Git - factor.git/blobdiff - core/macros/macros.factor
Revert "Revert "words: use remove-word-prop instead of f set-word-prop.""
[factor.git] / core / macros / macros.factor
index 435edd92d5d4244fc66195d9004dda10d6a86ac1..0179acf2b4409f40b52e2a15c968f0641c6eaee5 100644 (file)
@@ -36,6 +36,6 @@ M: macro definer drop \ MACRO: \ ; ;
 M: macro definition "macro" word-prop ;
 
 M: macro reset-word
-    [ call-next-method ] [ f "macro" set-word-prop ] bi ;
+    [ call-next-method ] [ "macro" remove-word-prop ] bi ;
 
 M: macro always-bump-effect-counter? drop t ;