branch: externals/indent-bars
commit a7f285c6f6763a38917032ecedf5c74b2ccefab8
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Use forward-line
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index c4e749436f..53bc2225e5 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1234,7 +1234,7 @@ not indicated, even if they otherwise would be."
ctxbars)
(save-excursion
(goto-char (1- beg))
- (beginning-of-line 1)
+ (forward-line 0)
(when (> (setq ctxbars (indent-bars--context-bars end lst)) 0)
(goto-char beg)
(while (< (point) end) ;note: end extends 1 char beyond blank line range