Name
make-list -- Return a list containing N elements equal to the optional second argument.
Synopsis
(make-list n . init)
Description
Return a list containing N elements equal to the optional second argument.
If INIT is empty indicating the optional argument was not provided,
use the empty list as the element.