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

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

Re: [External] : Re: Which Elisp types are mutable?


From: Dmitry Gutov
Subject: Re: [External] : Re: Which Elisp types are mutable?
Date: Sat, 5 Jun 2021 23:36:25 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 05.06.2021 23:17, Drew Adams wrote:
Lisp symbols are a kind of object.  They have
attributes, including name, value (as a variable),
function definition, and an unlimited slew of
other attributes: their `symbol-properties'.

A symbol does not contain its properties. They're stored in some alist externally.



reply via email to

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