summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-09-15 18:29:29 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-09-15 18:29:29 +0200
commit61cebe9223349754681ca6c188f7db1782e871c9 (patch)
treeba146272a638cf330a5207eed1bb40c966652489
parentdf15d5385b4add2c2768afb481dfd14680c28c64 (diff)
llama--collect: Cosmetics
-rw-r--r--llama.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/llama.el b/llama.el
index 0900a3f..7d58ba9 100644
--- a/llama.el
+++ b/llama.el
@@ -178,6 +178,7 @@ this trickery, you can alternatively use this macro under the name
(defun llama--collect (expr args &optional fnpos)
(cond
+ ((memq (car-safe expr) '(## quote)) expr)
((symbolp expr)
(let ((name (symbol-name expr)))
(save-match-data
@@ -196,8 +197,6 @@ this trickery, you can alternatively use this macro under the name
llama--unused-argument
expr))
(expr)))))
- ((memq (car-safe expr) '(## quote))
- expr)
((or (listp expr)
(vectorp expr))
(let* ((vectorp (vectorp expr))