summaryrefslogtreecommitdiff
path: root/llama.el
diff options
context:
space:
mode:
Diffstat (limited to 'llama.el')
-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))