]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/lint/lint.factor
Updating code for make and fry changes
[factor.git] / basis / help / lint / lint.factor
index facaa8a0109f540797a3f65259f9f0c75d321bd3..d49262e7c8e248572aaebdda9709cba38ecbc873 100755 (executable)
@@ -39,7 +39,7 @@ IN: help.lint
         $predicate
         $class-description
         $error-description
-    } swap '[ , elements empty? not ] contains? ;
+    } swap '[ _ elements empty? not ] contains? ;
 
 : check-values ( word element -- )
     {
@@ -110,7 +110,7 @@ M: help-error error.
     H{ } clone [
         '[
             dup >link where dup
-            [ first , at , push-at ] [ 2drop ] if
+            [ first _ at _ push-at ] [ 2drop ] if
         ] each
     ] keep ;