branch: externals/indent-bars commit 2a971e2017152886df1c2a6d86aa4da85c9656ce Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Make orig-fontify-region buffer-local --- indent-bars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent-bars.el b/indent-bars.el index 6a77396e71..95a6ee3ce8 100644 --- a/indent-bars.el +++ b/indent-bars.el @@ -1149,7 +1149,7 @@ not indicated, even if they otherwise would be." nil)) ;;;; jit-lock support -(defvar indent-bars--orig-fontify-region nil) +(defvar-local indent-bars--orig-fontify-region nil) (defun indent-bars--extend-region (start end) "Extend the region START..END. If `indent-bars-display-on-blank-lines' is non-nil, this extends