branch: externals/ztree
commit 11c6e3b7691c4916ba7178fc6ebaf0c2f93fb384
Author: Tianxiang Xiong <[email protected]>
Commit: Tianxiang Xiong <[email protected]>
Address PR feedback
---
ztree-diff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ztree-diff.el b/ztree-diff.el
index 0b66811..061e3b3 100644
--- a/ztree-diff.el
+++ b/ztree-diff.el
@@ -95,7 +95,7 @@ By default paths starting with dot (like .git) are ignored")
(defvar-local ztree-diff-wait-message nil
"Message showing while constructing the diff tree.")
-(defvar ztree-diff--ediff-previous-window-configuration nil
+(defvar-local ztree-diff-ediff-previous-window-configuration nil
"Window configuration prior to calling `ediff'.")
;;;###autoload