backquote-list*-macro

backquote-list*-macro is a Lisp macro in `backquote.el'.

(backquote-list*-macro 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)