[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars a195a06b8c 185/431: Correctly call run-at-t
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars a195a06b8c 185/431: Correctly call run-at-time |
Date: |
Mon, 16 Sep 2024 12:59:27 -0400 (EDT) |
branch: externals/indent-bars
commit a195a06b8cd1ffff369c2040111a7d3d3913ebc5
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Correctly call run-at-time
run-at-time uses &rest args but timer-set-function uses &optional args
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index f7836d12c9..35c7069dec 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1050,7 +1050,7 @@ Rate limit set by `indent-bars-depth-update-delay'."
(unless (memq tmr timer-list) (timer-activate tmr)))
(setq indent-bars--highlight-timer
(run-at-time indent-bars-depth-update-delay nil
- #'indent-bars--update-current-depth-highlight
(list depth))))))))
+ #'indent-bars--update-current-depth-highlight
depth)))))))
;;;; Text scaling and window hooks
(defvar-local indent-bars--remap-stipple nil)
- [elpa] externals/indent-bars af3472b347 137/431: reorganize font-lock and treesitter sections, (continued)
- [elpa] externals/indent-bars af3472b347 137/431: reorganize font-lock and treesitter sections, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3b32ee179b 140/431: Formatting, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars edb7bce062 149/431: README improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b0f81f1439 175/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b98a82c791 174/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 62302b45d9 180/431: Rate-limit highlighting the current depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars cd100e4e63 186/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2b0a4ad168 165/431: no-descend-string: explicitly test string query for validity, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 62c76468eb 202/431: Merge branch 'main' into treesit-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6e2f93d194 193/431: ib: improve docs and add shorthands, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a195a06b8c 185/431: Correctly call run-at-time,
ELPA Syncer <=
- [elpa] externals/indent-bars ee36aa78ae 192/431: ts: emphasis scope algorithm added, with struct shorthands, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f2d9c0f95b 188/431: Improve documentation, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars acb9ded166 178/431: docstring and comment improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d4ea40e3bb 195/431: relabel faded -> out-of-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 09b972f957 156/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9cf88e1403 176/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars edab5ee530 203/431: Comment/docstring improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ce84791086 208/431: Teardown TS forms and PCH on main mode teardown, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 902713b115 198/431: create new -form vars for font-lock keyword callback flexibility, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4d4f041cfc 205/431: Make sure beg/end markers point somewhere, ELPA Syncer, 2024/09/16