Skip to content

el-patch 2.3

Compare
Choose a tag to compare
@raxod502 raxod502 released this 02 Apr 15:02

Added

  • New patch type el-patch-cl-defun (#39).

Enhancements

  • When using el-patch-ediff-patch and el-patch-ediff-conflict the compared buffers are put into emacs-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 explicitly require-ing el-patch before the form underwent macroexpansion. However, it should now be impossible to get that error regardless of whether el-patch was loaded previously (#30).