3 lines
81 B
EmacsLisp
3 lines
81 B
EmacsLisp
(defun yas-with-comment (str)
|
|
(format "%s%s%s" comment-start str comment-end))
|