[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 7667a37644 268/417: fix(indicators): Warning
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 7667a37644 268/417: fix(indicators): Warning 'when' with empty body |
Date: |
Mon, 1 Jul 2024 10:02:34 -0400 (EDT) |
branch: elpa/treesit-fold
commit 7667a376449174714574c18f179f8d604860f138
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
fix(indicators): Warning 'when' with empty body
---
ts-fold-indicators.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ts-fold-indicators.el b/ts-fold-indicators.el
index 49beeab85d..40ff595e0f 100644
--- a/ts-fold-indicators.el
+++ b/ts-fold-indicators.el
@@ -142,7 +142,8 @@
(global-ts-fold-mode 1)
(dolist (buf (buffer-list))
(with-current-buffer buf
- (when (and ts-fold-mode (not ts-fold-indicators-mode)
(ts-fold-indicators-mode))))))
+ (when (and ts-fold-mode (not ts-fold-indicators-mode))
+ (ts-fold-indicators-mode)))))
(remove-hook 'ts-fold-mode-hook #'ts-fold-indicators-mode)))
;;
- [nongnu] elpa/treesit-fold 1b54cdc9fc 139/417: Update doc, (continued)
- [nongnu] elpa/treesit-fold 1b54cdc9fc 139/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3d1be710a6 200/417: Update README.md, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 1bc43aa561 254/417: updated line-reminder compatibility in README (#50), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 27c6bc4819 265/417: feature(parser): Add support for python docstring (#58), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 663dcac0a9 301/417: chore(deps): bump actions/checkout from 3 to 4 (#84), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 704a0463ed 357/417: fixed merge conflict, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 46fdb65c77 395/417: feat: Add hook after indicator refresh, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a39f3bbe48 117/417: WIP for C preprocessor, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold af2679860f 129/417: Def prog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e334470a17 203/417: update, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7667a37644 268/417: fix(indicators): Warning 'when' with empty body,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold b19f6f54bf 371/417: feat: Add Haxe support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold de6d9ae174 255/417: docs(README.md): Improve instruction for line-reminder, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a70c9ab017 327/417: feat: Add Groovy support (#98), ELPA Syncer, 2024/07/01