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

    llama--arguments: Cosmetics
---
 llama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama.el b/llama.el
index b756eb6f7c..1e51a1c15c 100644
--- a/llama.el
+++ b/llama.el
@@ -119,7 +119,7 @@ It also looks a bit like #\\='function."
               (setq pos (1+ pos))
               (cond
                ((not symbol)
-                (list (intern (format "_%s%s" (if optional "&" "%") pos))))
+                (list (intern (format "_%c%s" (if optional ?& ?%) pos))))
                ((eq (aref (symbol-name symbol) 0) ?%)
                 (when optional
                   (error "`%s' cannot follow optional arguments" symbol))

Reply via email to