branch: externals/indent-bars commit 9f507d72fac6e68567098aaa04b3d864b7628070 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
indent-bars--fontify: correct return structure --- indent-bars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent-bars.el b/indent-bars.el index 96f25cf000..facac92e67 100644 --- a/indent-bars.el +++ b/indent-bars.el @@ -1199,7 +1199,7 @@ and END. If it returns non-nil, skip font-lock." (with-silent-modifications (remove-text-properties beg end '(indent-bars-display nil)) (indent-bars--draw-all-bars-between beg end)) - `(jit-lock-bounds ,beg ,end))) + `(jit-lock-bounds ,beg . ,end))) ;;;; Current indentation depth highlighting (defvar-local indent-bars--current-depth 0)