(cl-macroexpand ‘(when (boundp ’emcws-version) emcws-version))
=> (if (boundp (quote emcws-version)) (progn emcws-version))