Package: evil-el / 1.2.12-3

Metadata

Package Version Patches format
evil-el 1.2.12-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
emacs25 skip failing tests.patch | (download)

evil-tests.el | 560 280 + 280 - 0 !
1 file changed, 280 insertions(+), 280 deletions(-)

 skip tests, failing with emacs25
 Test suite for evil-1.2.12 fails with emacs25 (#847040).
 Upstream bug is filed.
 .
 But since evil works for my not so advanced usage pattern, let us to
 comment out failing tests for now. Ideally, they should be
 uncommented when upstream relases fix in (evil > 1.2.12).
fix evil mode autoload.patch | (download)

evil-core.el | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix evil-mode autoloading
 Change autoload marker for evil-mode that hardcoded autoload
 form. With it evil-mode was autoload as non-interactive function,
 which is wrong.  This problem is Debian-specific and does not occur
 when installing Evil from MELPA.