emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 9f2b7625b4 212/431: scope-update: reference


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 9f2b7625b4 212/431: scope-update: reference correct timer
Date: Mon, 16 Sep 2024 12:59:30 -0400 (EDT)

branch: externals/indent-bars
commit 9f2b7625b453ce823a1dc1ad711be7ae98188199
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    scope-update: reference correct timer
---
 indent-bars-ts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index ad707be427..6c8a828aeb 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -290,7 +290,7 @@ both)."
 (defvar indent-bars-ts--scope-timer nil)
 (defun indent-bars-ts--update-scope ()
   "Update treesit scope when possible."
-  (if-let ((tmr indent-bars--highlight-timer))
+  (if-let ((tmr indent-bars-ts--scope-timer))
       (progn ; reschedule timer
        (timer-set-time
         tmr (time-add (current-time) indent-bars-ts-update-delay))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]