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
Arbitrary functions can be run (to load patches) by adding things to
the new hook el-patch-pre-validate-hook. Cleanup can then be done
in el-patch-post-validate-hook.
Changed
It is no longer necessary to specify el-patch-feature due to
improvements in the el-patch patching mechanism.
The functions el-patch-ediff-patch, el-patch-ediff-conflict, and el-patch-unpatch now take an object name and definition type
rather than a patch definition (or function name in the case of el-patch-unpatch). Interactive usage has not changed.
Deprecated
As a result of the aforementioned improvements, el-patch-feature
is now a deprecated no-op.
Fixed
el-patch-splice previously acted the same as el-patch-wrap. Now
it functions correctly.
The patch definition macros now have their docstrings colored
correctly by the syntax highlighter (by specifying (declare (doc-string N))).
.dir-locals.el is now ignored when validating patches
(#2).