branch: externals/indent-bars
commit 4d4f041cfc742d4005a7650fdeadc71b9b094955
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    Make sure beg/end markers point somewhere
---
 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 ef2cf291c2..75b38ef85f 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -203,7 +203,7 @@ mentioned in 
`indent-bars-treesit-ignore-blank-lines-types'."
      (:copier nil)
      (:conc-name ibts/)
      (:constructor ibts/create))
-  (start (make-marker)) (end (make-marker))
+  (start (point-min-marker)) (end (point-min-marker))
   (start-bars 0) (point -1) (tick 0) query)
 
 (defvar-local ibtcs nil  ; N.B. see shorthands at bottom of file

Reply via email to