summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llama.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/llama.el b/llama.el
index e7ec6a4..7a56346 100644
--- a/llama.el
+++ b/llama.el
@@ -135,7 +135,8 @@ It also looks a bit like #\\='function."
(when (or symbol symbols)
(push symbol symbols)))
symbols)
- (and-let* ((rest (aref args 0))) (list rest))))))))
+ (let ((rest (aref args 0)))
+ (and rest (list rest)))))))))
(defun llama--collect (data args)
(cond