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

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

bug#38179: 26.1; clone-buffer globally unsets locally void variable


From: Noam Postavsky
Subject: bug#38179: 26.1; clone-buffer globally unsets locally void variable
Date: Tue, 12 Nov 2019 10:38:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt)

There is no way to make a "locally void" variable.

> Let's create a test, which sets the default value of a variable but
> undefines it locally in some buffer.

>     (with-temp-buffer
>       (makunbound (make-local-variable var))

That will unbind the global value and local values, not just the local
one.





reply via email to

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