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

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

[nongnu] elpa/spell-fu e94d01cdc8 35/86: Fix for attempting to use wave


From: ELPA Syncer
Subject: [nongnu] elpa/spell-fu e94d01cdc8 35/86: Fix for attempting to use wave style in the terminal
Date: Thu, 7 Jul 2022 12:03:41 -0400 (EDT)

branch: elpa/spell-fu
commit e94d01cdc822e02968971cde09276047a5d55772
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Fix for attempting to use wave style in the terminal
---
 spell-fu.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/spell-fu.el b/spell-fu.el
index 39ffc4729e..2732348206 100644
--- a/spell-fu.el
+++ b/spell-fu.el
@@ -77,7 +77,9 @@ Set to 0.0 to highlight immediately (as part of syntax 
highlighting)."
   :type 'float)
 
 (defface spell-fu-incorrect-face
-  '((t (:underline (:color "red" :style wave))))
+  '
+  ((((supports :underline (:style wave))) :underline (:style wave :color 
"red"))
+    (t :underline t :inherit error))
   "Face for incorrect spelling."
   :group 'spell-fu)
 



reply via email to

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