branch: externals/agitate
commit 73299258f45a693b72ac552e2a1aea35263fc7a3
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make agitate-diff-refine-cycle NONE state explicit
---
 agitate.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/agitate.el b/agitate.el
index d8b638f486..6b73d46c5a 100644
--- a/agitate.el
+++ b/agitate.el
@@ -106,6 +106,7 @@ fontification."
        (setq agitate--refine-diff-state 'all)
        (message "Diff refine ALL"))
       ('all
+       (setq-local diff-refine nil)
        (revert-buffer)
        (goto-char point)
        (recenter)

Reply via email to