branch: elpa/llama
commit 864ac4ba14872f33fa5964ea41f49da817aa465a
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    llama--collect: Fix error message
---
 llama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama.el b/llama.el
index ef80faa054..e56ba69c72 100644
--- a/llama.el
+++ b/llama.el
@@ -158,7 +158,7 @@ It also looks a bit like #\\='function."
           (when (and (= pos 1)
                      (aref args 1)
                      (not (equal data (aref args 1))))
-            (error "%% and %%1 are mutually exclusive"))
+            (error "`%s' and `%s' are mutually exclusive" data (aref args 1)))
           (aset args pos data)))))
    ((and (not (eq (car-safe data) '##))
          (or (listp data)

Reply via email to