emacs-devel
[Top][All Lists]
Advanced

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

Re: Why is FUNC in cl-callf not allowed to be an expression?


From: Stefan Monnier
Subject: Re: Why is FUNC in cl-callf not allowed to be an expression?
Date: Mon, 13 May 2019 12:47:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> (defmacro gv-modify (binding call)

Why not (gv-modify VAR PLACE EXP) ?
I mean, is there any hope/possibility we'll ever want to extend
`binding` to anything else than "a single VAR and a single PLACE"?

Or do you actually like having the extra set of parens around the
VAR-PLACE pair?


        Stefan




reply via email to

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