(backquote-process): Handle `[,@SYMBOL].
This commit is contained in:
parent
fd344fb75f
commit
ea4a56de11
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ Vectors work just like lists. Nested backquotes are permitted."
|
|||
(if (= (car n) 0)
|
||||
(cons 0 s)
|
||||
(cons 1 (cond
|
||||
((not (listp (cdr n)))
|
||||
(list 'vconcat (cdr n)))
|
||||
((eq (nth 1 n) 'list)
|
||||
(cons 'vector (nthcdr 2 n)))
|
||||
((eq (nth 1 n) 'append)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue