From 534c5ded3cb8186cb785704805bf6a228f079036 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 10 Oct 2023 02:07:36 -0400 Subject: [PATCH] Fix table type is required. --- src/compare/diff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compare/diff.rs b/src/compare/diff.rs index bcdb2fe7..f8eada80 100644 --- a/src/compare/diff.rs +++ b/src/compare/diff.rs @@ -1704,7 +1704,7 @@ fn compare_table<'b, 's>( compare_property_set_of_quoted_string ), ( - EmacsField::Optional(":type"), + EmacsField::Required(":type"), |_| Some("org"), compare_property_unquoted_atom ),