emacs-devel
[Top][All Lists]
Advanced

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

Re: Warning compiling obarray.el on master


From: Noam Postavsky
Subject: Re: Warning compiling obarray.el on master
Date: Sat, 18 Mar 2017 10:00:40 -0400

On Sat, Mar 18, 2017 at 9:47 AM, Lars Ingebrigtsen <address@hidden> wrote:
>
> And not using the optional OBARRAY parameter in `intern' was marked as
> obsolete a few years ago.  I think that was a mistake, but changing all
> the code that says (intern "foo" obarray) now to
> (intern "foo" global-identifier-obarray) wouldn't be, er, optimal, either.

I think you are mixing up intern (for which the optional OBARRAY is
not obsolete), with unintern which is much more rare. A quick grep
finds only 1 use of unintern with the global 'obarray':

./obsolete/old-whitespace.el:780:
  (if (unintern "whitespace-unload-hook" obarray)



reply via email to

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