backquote-list*
backquote-list* is a Lisp macro in `backquote.el
'.
(backquote-list* FIRST &rest LIST)
Like `list' but the last argument is the tail of the new list.
For example (backquote-list* 'a 'b 'c) => (a b . c)
backquote.el
'.
(backquote-list* FIRST &rest LIST)
Like `list' but the last argument is the tail of the new list.
For example (backquote-list* 'a 'b 'c) => (a b . c)