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

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

Re: Working with constansts


From: Nikolaj Schumacher
Subject: Re: Working with constansts
Date: Mon, 18 May 2009 21:19:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (darwin)

pjb@informatimago.com (Pascal J. Bourguignon) wrote:

> Nikolaj Schumacher <me@nschum.de> writes:
>
>> (defvar y '(foo . bar)
>> (defconst x y)
>>
>> Now the compiler cannot assume that y will not change, it's just a
>> reminder to the developer.
>
> Well, you shouldn't modify quoted literals either, since this is
> modifying the program:

What program?  No form is stored in that case.


regards,
Nikolaj Schumacher




reply via email to

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