branch: elpa/llama
commit 3b089a99b6e7c4b79f50400d29c21818f254091a
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
llama-erase-argument: Rearrange properties of box attribute
The order should not matter, but a user reported privately that on
Emacs 29.3 it does; we get an "Invalid face box" error otherwise.
---
llama.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llama.el b/llama.el
index 3e72131795..8699f271f7 100644
--- a/llama.el
+++ b/llama.el
@@ -279,8 +279,8 @@ It also looks a bit like #\\='function."
(defface llama-erased-argument
`((((supports :box t))
:box ( :line-width ,(if (>= emacs-major-version 28) (cons -1 -1) -1)
- :style nil
- :color "red"))
+ :color "red"
+ :style nil))
(((supports :underline t))
:underline "red")
(t