> This might be a nice thing to add to the documentation too, > since the function definitions don't mention it.
Sorry, I was completely wrong. The definition of set and setq Do mention whether the first argument is evaluated or not. I just didn't notice the quote in the form of the general function. On Wed, Dec 28, 2016 at 4:35 PM, Bruno Franco <[email protected]> wrote: > >The same meaning of "eq" (or "quick") have functions like 'delete' / > 'delq', > >'assoc' / 'asoq', 'case' / 'casq' or 'push1' / 'push1q'. > > Thank you Alex, that was exactly my next question. > > On Tue, Dec 27, 2016 at 9:20 AM, Erik Gustafson < > [email protected]> wrote: > >> It is the *function* call overhead, which is relatively expensive. [..] >> >> >> Thanks Alex, this is great. I'll add to the wiki article later today. >> >> >
