help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : Re: Passing result of macroexpand-all as argument to a


From: Michael Heerdegen
Subject: Re: [External] : Re: Passing result of macroexpand-all as argument to a function
Date: Wed, 09 Aug 2023 05:37:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Drew Adams <drew.adams@oracle.com> writes:

> IOW, (myfunc `,(macroexpand-all something arg))

This is equivalent to (myfunc (macroexpand-all something arg))
(what is probably what he wants anyway).

To quote a value you want `',...  but I doubt this is need here.

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]