[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning compiling obarray.el on master
From: |
Eli Zaretskii |
Subject: |
Re: Warning compiling obarray.el on master |
Date: |
Sat, 18 Mar 2017 15:30:29 +0200 |
> From: Stefan Monnier <address@hidden>
> Date: Sat, 18 Mar 2017 08:49:05 -0400
>
> I see the rest of obarray.el uses the name `ob` for local variables
> instead, so I guess using that in `obarray-copy` is the best fix in the
> short term.
Please do.
> In the longer term, maybe we should rename `obarray` to something more
> descriptive and less likely to collide with a local var.
> Maybe `default-obarray` or `global-obarray` or
> `global-identifier-obarray`?
Perhaps, but the danger of clashing names doesn't go away with these
measures, it just gets lower.