[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 5fd2a5afe2 264/417: fix: Avoid dynamic an alr
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 5fd2a5afe2 264/417: fix: Avoid dynamic an already lexical var error |
Date: |
Mon, 1 Jul 2024 10:02:33 -0400 (EDT) |
branch: elpa/treesit-fold
commit 5fd2a5afe2112ac23b58ee1b12730fcf16068df3
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
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")
- [nongnu] elpa/treesit-fold 5a94124104 221/417: fix(indicators): Render indicators once it's mode is enabled (#19), (continued)
- [nongnu] elpa/treesit-fold 5a94124104 221/417: fix(indicators): Render indicators once it's mode is enabled (#19), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 401aad7380 223/417: Readme update (#20), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0e83f0e5ef 227/417: docs(CHANGELOG): update, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9f24d29c07 233/417: Julia language parser. (#33), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold bbb1eae1a7 234/417: docs(CHANGELOG): fix PR number for #33, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe568ebead 246/417: chore: changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ad1d9b2412 258/417: feat(fold): Add support for Lua (#52), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold eeff646b21 260/417: Optimize performance of ts-fold-close-all with indicators-mode on (#53), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e8a4110921 261/417: docs: Fix typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7a46b695a1 263/417: Quick fix for ts-fold not checking if tree-sitter is enabled (#55), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5fd2a5afe2 264/417: fix: Avoid dynamic an already lexical var error,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold aa37d3bb5f 294/417: fix: Improve Elixir UX (#78), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2014def24a 289/417: feat: Add Verilog support (#75), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold abd12c8fda 146/417: Fix toc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 790247d439 157/417: Swap demo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 03872ff486 169/417: Update readme, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f1297ee040 170/417: Add elpa badge, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7c2b421d04 163/417: Fill gap, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9d48ee7937 176/417: Update CI, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 28ec4b244f 192/417: Update ts-fold.el, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 53b78381e9 190/417: Fix installation instruction for straight, ELPA Syncer, 2024/07/01