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