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

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

[nongnu] elpa/treesit-fold 714d645b68 337/417: fix: error Invalid face b


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold 714d645b68 337/417: fix: error Invalid face box quote (:line-width -1 :style 'pressed-button)
Date: Mon, 1 Jul 2024 10:03:01 -0400 (EDT)

branch: elpa/treesit-fold
commit 714d645b684028ce850ba305705f5ddfc735970f
Author: Ben Chan <517926804@qq.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    fix: error Invalid face box quote (:line-width -1 :style 'pressed-button)
---
 ts-fold.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-fold.el b/ts-fold.el
index c1ae38698a..c05b05ca1e 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -166,7 +166,7 @@ For example, Lua, Ruby, etc."
   :group 'ts-fold)
 
 (defface ts-fold-replacement-face
-  '((t :foreground "#808080" :box '(:line-width -1 :style 'pressed-button)))
+  '((t :foreground "#808080" :box (:line-width -1 :style pressed-button)))
   "Face used to display the fold replacement text."
   :group 'ts-fold)
 



reply via email to

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