emacs-devel
[Top][All Lists]
Advanced

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

Re: make-variable-buffer-local change


From: Tom Tromey
Subject: Re: make-variable-buffer-local change
Date: Fri, 25 Sep 2009 15:13:11 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

>>>>> "Dan" == Dan Nicolaescu <address@hidden> writes:

Dan> My point is that it is cheaper to make this variable buffer local
Dan> exactly in the buffers that need to have it buffer local, rather than
Dan> making it buffer local in all buffers. 

In both cases, a Lisp_Buffer_Local_Value is allocated and stored in the
symbol's value slot.  The only difference is the setting of the
`local_if_set' flag on this object.

Tom




reply via email to

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