branch: externals/indent-bars
commit 00ee9d62fecbfb2eb2ca26c20cd5c0a251ac6c58
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Do not apply face-remap given new final face argument
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index acfa692ca0..953ab9a458 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1073,7 +1073,7 @@ greater than zero."
(when-let ((c (alist-get (ibs/tag s) indent-bars--remaps))) ; out with
the old
(face-remap-remove-relative c))
(setf (alist-get (ibs/tag s) indent-bars--remaps)
- (apply #'face-remap-add-relative face
+ (face-remap-add-relative face
`(,@(when hl-col `(:foreground ,hl-col))
,@(when hl-bg `(:background ,hl-bg)))
(ibs/current-stipple-face s)))))))