branch: externals/indent-bars
commit ee5005433781495664960ad14bd32c334afddabd
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Comment
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index baf8d9a0e7..d50b7e210c 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -609,7 +609,7 @@ BAR-FROM is one by default. If passed, properties are set
in
OBJ, otherwise in the buffer."
(cl-loop for pos = start then (+ pos indent-bars-spacing) while (< pos end)
for barnum from (or bar-from 1)
- ;; XXX need rear-nonsticky font-lock-face???
+ ;; XXX need rear-nonsticky face???
do (put-text-property pos (1+ pos)
'face (indent-bars--face barnum) obj)))