[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 87b7c06: Fix to a81223aeaa
From: |
Lars Ingebrigtsen |
Subject: |
Re: master 87b7c06: Fix to a81223aeaa |
Date: |
Sat, 21 Sep 2019 10:02:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
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.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: master 87b7c06: Fix to a81223aeaa,
Lars Ingebrigtsen <=