branch: elpa/treesit-fold
commit 5fd2a5afe2112ac23b58ee1b12730fcf16068df3
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>

    fix: Avoid dynamic an already lexical var error
---
 ts-fold.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ts-fold.el b/ts-fold.el
index e6c20cb347..a7fe0ef0c6 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -134,6 +134,8 @@ For example, Lua, Ruby, etc."
 ;; (@* "Externals" )
 ;;
 
+(defvar ts-fold-indicators-mode)
+
 (declare-function ts-fold-indicators-mode "ts-fold-indicators.el")
 (declare-function ts-fold-indicators-refresh "ts-fold-indicators.el")
 

Reply via email to