Skip to content

el-patch 1.1.1

Choose a tag to compare

@raxod502 raxod502 released this 28 Feb 06:10
· 143 commits to main since this release

Changed

  • 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.