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

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

Re: no antidote to make-variable-buffer-local?


From: Stefan Monnier
Subject: Re: no antidote to make-variable-buffer-local?
Date: 16 Jul 2001 15:05:17 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.105

>>>>> "Dan" == Dan Jacobson <jidanni@kimo.FiXcomTHiS.tw> writes:
> Should there be added a function to stop the effects of
> make-variable-buffer-local for future new buffers?  I'm not talking

If you really want to undo it, you can do something along the lines of
(unintern <sym>) and recreate the variable.
Of course, if that symbol was also associated with a function or had
symbol properties, you'll need to take care of that as well.


        Stefan



reply via email to

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