Unify the standard properties checks in diff.
Instead of copy+pasting them into each compare function, we now call a shared function from a handful of places.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod compare;
|
||||
mod diff;
|
||||
mod elisp_fact;
|
||||
mod parse;
|
||||
mod sexp;
|
||||
mod util;
|
||||
|
||||
Reference in New Issue
Block a user