branch: elpa/diff-ansi
commit c2a402967b4043e104a431ab72c55477805ad2cb
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

    Cleanup: use /=
---
 diff-ansi.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-ansi.el b/diff-ansi.el
index b6044fee1d..9e5e54334c 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -557,7 +557,7 @@ Optional keywords in KEYWORDS.
                       (redisplay))))
 
                 ;; Check if exiting is needed.
-                (and no-error (not (eq count-complete args-len))))
+                (and no-error (/= count-complete args-len)))
 
          ;; Fill the queue.
          (while (and jobs-pending (< count-running jobs))

Reply via email to