branch: elpa/llama
commit 61cebe9223349754681ca6c188f7db1782e871c9
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>
llama--collect: Cosmetics
---
llama.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/llama.el b/llama.el
index 0900a3ffe4..7d58ba9d11 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))