From 938adbfe446e7f4a4e45b9dd27b5cf2e7ee4070c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 20 Mar 2019 16:16:41 -0700 Subject: Switching more verbose ("Action" tree with "foo" $x) syntax to `(foo `$x) when possible --- lib/compatibility/4.9.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/compatibility/4.9.nom') diff --git a/lib/compatibility/4.9.nom b/lib/compatibility/4.9.nom index 9371f8c..ddb6b9f 100644 --- a/lib/compatibility/4.9.nom +++ b/lib/compatibility/4.9.nom @@ -10,4 +10,4 @@ upgrade action "if" to "4.9" via for ($tree $end_version): if (#$tree > 2): return $tree - return ("Action" tree with "when" $tree.2) \ No newline at end of file + return `(when `$tree.2) -- cgit v1.2.3