[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: default-toplevel-value and set-default-toplevel-value
From: |
Eli Zaretskii |
Subject: |
Re: default-toplevel-value and set-default-toplevel-value |
Date: |
Mon, 26 Dec 2016 19:13:36 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Mon, 26 Dec 2016 11:45:55 -0500
>
> > Yes, because there doesn't seem to be any need for using it, as
> > default-value is unaffected by the let-binding.
>
> That's because the let-binding was in a buffer which had a buffer-local
> value, so the let-binding only affects the buffer-local value.
So this is only for when Lisp code runs in a buffer that doesn't have
a localized binding?
Thanks, I think I've got it. Please see if the documentation I just
pushed to the emacs-25 branch looks okay.