(defun first-item (item)
(first item))
(first-item '(mr, hoge))
こうすると当然のことですがComma not inside a backquote.と出ます
mr,の部分を文字列にせずに処理する方法は何かありますか