unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 87b7c06: Fix to a81223aeaa
       [not found] ` <20190921003837.EEC0B20520@vcs0.savannah.gnu.org>
@ 2019-09-21  8:02   ` Lars Ingebrigtsen
  2019-09-21 21:32     ` Eric Abrahamsen
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-09-21  8:02 UTC (permalink / raw)
  To: emacs-devel; +Cc: Eric Abrahamsen

eric@ericabrahamsen.net (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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 87b7c06: Fix to a81223aeaa
  2019-09-21  8:02   ` master 87b7c06: Fix to a81223aeaa Lars Ingebrigtsen
@ 2019-09-21 21:32     ` Eric Abrahamsen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Abrahamsen @ 2019-09-21 21:32 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

> eric@ericabrahamsen.net (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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-21 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190921003836.10938.1602@vcs0.savannah.gnu.org>
     [not found] ` <20190921003837.EEC0B20520@vcs0.savannah.gnu.org>
2019-09-21  8:02   ` master 87b7c06: Fix to a81223aeaa Lars Ingebrigtsen
2019-09-21 21:32     ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).