]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#37202
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Sep 2019 11:55:42 +0000 (13:55 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Sep 2019 11:55:42 +0000 (13:55 +0200)
commitea5d591f29ba2e9e5d31da7ad450b958a4c9ca03
treeb93ed8c3561205e249153eb24213cb71dea74267
parentfda015e7b82a1ec3d1cb075799a67772744ce6c1
Fix Bug#37202

* lisp/shadowfile.el (shadow-debug): New defvar.
(shadow-read-files): Suppress error if there's no TODO file.

* test/lisp/shadowfile-tests.el (shadow-debug): Set to nil.
(shadow--tests-cleanup): New defun.  Apply to all tests.  (Bug#37202)
(shadow-test06-literal-groups): Cleanup temp buffer.
(shadow-test08-shadow-todo): Add debug messages.
(top): Cleanup initially.
lisp/shadowfile.el
test/lisp/shadowfile-tests.el