Separate babel call out to its own parser.

This commit is contained in:
Tom Alexander
2023-10-05 16:27:36 -04:00
parent f49a1853ad
commit 343af41f78
6 changed files with 63 additions and 27 deletions

View File

@@ -2416,6 +2416,7 @@ fn compare_babel_call<'b, 's>(
));
}
// Compare value
let value = unquote(
get_property(emacs, ":value")?
.ok_or("Emacs keywords should have a :value")?