3 lines
78 B
Text
3 lines
78 B
Text
|
|
(let ((arg-list '("some thing %d %d %d" 1 2 3)))
|
||
|
|
(apply 'message arg-list))
|