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

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

RE: `append' vs. `nconc'


From: Drew Adams
Subject: RE: `append' vs. `nconc'
Date: Fri, 1 Jan 2016 07:04:18 -0800 (PST)

> I have lots of ' and ` and instead of examining all
> those cases I think it is easier to look for the
> mutators, and see if ' or ` are used in their vicinity.
>
> I found this page: http://www.emacswiki.org/emacs/DestructiveOperations

Yes, just keep an eye out for the mutators; that's all.
And it's not about ' or `.  Whenever "destructive" functions
are involved, you need to keep an eye out more generally -
but specifically wherever the structures get mutated or used
(referenced).




reply via email to

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