emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars ee50054337 025/431: Comment


From: ELPA Syncer
Subject: [elpa] externals/indent-bars ee50054337 025/431: Comment
Date: Mon, 16 Sep 2024 12:59:09 -0400 (EDT)

branch: externals/indent-bars
commit ee5005433781495664960ad14bd32c334afddabd
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]