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

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

[elpa] externals/indent-bars 940a56c434 016/431: Use 'face instead of 'f


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 940a56c434 016/431: Use 'face instead of 'font-lock-face
Date: Mon, 16 Sep 2024 12:59:08 -0400 (EDT)

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

    Use 'face instead of 'font-lock-face
---
 indent-bars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indent-bars.el b/indent-bars.el
index f0ec4ec357..4facff6be1 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -603,7 +603,7 @@ OBJ, otherwise in the buffer."
           for barnum from (or bar-from 1)
           ;; XXX need rear-nonsticky font-lock-face???
           do (put-text-property pos (1+ pos)
-                                'font-lock-face (indent-bars--face barnum) 
obj)))
+                                'face (indent-bars--face barnum) obj)))
 
 (defun indent-bars--display ()
   "Display indentation bars based on line contents."



reply via email to

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