Only orgify the link text if there are line breaks present.

This commit is contained in:
Tom Alexander
2023-10-06 19:05:56 -04:00
parent 135ca133ea
commit 7cf1f7b7bb
3 changed files with 26 additions and 4 deletions

View File

@@ -2805,8 +2805,8 @@ fn compare_regular_link<'b, 's>(
),
(
EmacsField::Required(":search-option"),
|r| r.search_option,
compare_property_quoted_string
|r| r.get_search_option(),
compare_property_quoted_string_owned
)
)? {
this_status = new_status;