macroexp-quote
macroexp-quote is a compiled Lisp function in `macroexp.el
'.
(macroexp-quote V)
Return an expression E such that `(eval E)' is V.
E is either V or (quote V) depending on whether V evaluates to
itself or not.
macroexp.el
'.
(macroexp-quote V)
Return an expression E such that `(eval E)' is V.
E is either V or (quote V) depending on whether V evaluates to
itself or not.