Use a single function for finding all keywords.

This commit is contained in:
Tom Alexander
2023-09-04 19:17:23 -04:00
parent d38e198258
commit 275b4b53d1
7 changed files with 111 additions and 54 deletions

View File

@@ -1392,6 +1392,8 @@ fn compare_keyword<'s>(
Ok(_) => {}
};
// TODO: Compare key and value
Ok(DiffResult {
status: this_status,
name: emacs_name.to_owned(),