[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 87b7c06: Fix to a81223aeaa
From: |
Eric Abrahamsen |
Subject: |
Re: master 87b7c06: Fix to a81223aeaa |
Date: |
Sat, 21 Sep 2019 14:32:08 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Lars Ingebrigtsen <address@hidden> writes:
> address@hidden (Eric Abrahamsen) writes:
>
>> - (if (hash-table-p gnus-registry-db)
>> + (if (object-p gnus-registry-db)
>
> This gives the following warning:
>
> In gnus-registry-article-marks-to-chars:
> gnus/gnus-registry.el:1010:8:Warning: ‘object-p’ is an obsolete function (as
> of 25.1); use ‘eieio-object-p’ instead.
>
> In gnus-registry-article-marks-to-names:
> gnus/gnus-registry.el:1026:8:Warning: ‘object-p’ is an obsolete function (as
> of 25.1); use ‘eieio-object-p’ instead.
Bah, I made a bit of a hash of this whole thing. Will fix it now.