You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function el-patch-validate now takes a patch name and type
rather than a patch definition. The remaining arguments NOMSG and RUN-HOOKS have not changed.
The meaning of the prefix argument has been inverted for el-patch-validate. Now it runs el-patch-pre-validate-hook and el-patch-post-validate-hook by default, and only omits doing so if
a prefix argument is provided.
Fixed
Since version 1.1, el-patch-validate failed with an error in el-patch--classify-definition-type. This has been fixed
(#8).
Since version 1.1, if a patch was defined in the same file as the
function it patched, the patch could not be validated. This has been
fixed.
Previously, when el-patch-validate was called noninteractively
with a non-nil value for RUN-HOOKS, it failed to run el-patch-pre-validate-hook. This has been fixed.