(cl-macroexpand ‘(when (boundp ’emcws-version) emcws-version))
=> (if (boundp (quote emcws-version)) (progn emcws-version))
マクロを展開してくれる
[ 当日のツイート
]
(cl-macroexpand ‘(when (boundp ’emcws-version) emcws-version))
=> (if (boundp (quote emcws-version)) (progn emcws-version))