backquote-list*-function
backquote-list*-function is a compiled Lisp function in `backquote.el
'.
(backquote-list*-function 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)