emacs-devel
[Top][All Lists]
Advanced

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

Re: about "assignment to free variable"


From: Stefan Monnier
Subject: Re: about "assignment to free variable"
Date: Tue, 05 Feb 2019 16:49:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> Ok, thanks! so, it was not necessary to assign the return value of
> read-from-minibuffer to backend, because it assigns already the first
> element.
> wright?

More or less.  It doesn't really "assign" it.  Instead it takes the list
constructed by the EXP in (interactive EXP) and calls the function with
it, as if you had written (apply FUNCTION EXP).


        Stefan




reply via email to

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