branch: externals/relint
commit 6ab713e2791654943b25ed061016be7ba8345a39
Author: Mattias Engdegård <matti...@acm.org>
Commit: Mattias Engdegård <matti...@acm.org>

    Reinstate erroneously removed line
---
 trawl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/trawl.el b/trawl.el
index 0f97633..d365a5a 100644
--- a/trawl.el
+++ b/trawl.el
@@ -372,6 +372,7 @@
       (let ((inhibit-read-only t))
         (erase-buffer)
         (insert (format ";; Trawling %s  -*- compilation -*-\n" file-or-dir)))
+      (setq trawl--error-count 0)
       (cd dir))))
 
 (defun trawl--finish ()

Reply via email to