[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm d9ad6801d2 2/2: Skip text on top of list-faces-displa
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm d9ad6801d2 2/2: Skip text on top of list-faces-display |
Date: |
Wed, 17 Jan 2024 13:00:37 -0500 (EST) |
branch: elpa/helm
commit d9ad6801d2b8f59b9c51c975aa46b4a6e83e4556
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Skip text on top of list-faces-display
---
helm-color.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-color.el b/helm-color.el
index f636918543..03c9307d52 100644
--- a/helm-color.el
+++ b/helm-color.el
@@ -36,7 +36,7 @@
'global
(with-current-buffer (get-buffer "*Faces*")
(buffer-substring
- (next-single-char-property-change (point-min) 'face)
+ (next-single-char-property-change (point-min) 'category)
(point-max))))
(kill-buffer "*Faces*")))