Since value and path are always the same for radio links, I removed the extra value.

This commit is contained in:
Tom Alexander
2023-10-07 01:46:22 -04:00
parent 592e773920
commit 6973d5a2c0
3 changed files with 9 additions and 7 deletions

View File

@@ -2860,7 +2860,7 @@ fn compare_radio_link<'b, 's>(
),
(
EmacsField::Required(":raw-link"),
|r| Some(&r.raw_link),
|r| Some(r.get_raw_link()),
compare_property_quoted_string
),
(