el-patch 2.3
Added
- New patch type
el-patch-cl-defun
(#39).
Enhancements
- When using
el-patch-ediff-patch
andel-patch-ediff-conflict
the compared buffers are put intoemacs-lisp-mode
automatically to enable syntax highlighting and Lisp navigation.
Bugs fixed
-
Under some circumstances, users received the error message
Unregistered definition type ‘defalias’
when evaluating an
el-patch
form. The problem could be worked around by explicitlyrequire
-ingel-patch
before the form underwent macroexpansion. However, it should now be impossible to get that error regardless of whetherel-patch
was loaded previously (#30).