emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: ieieo


From: Stefan Monnier
Subject: Re: Towards a cleaner build: ieieo
Date: Fri, 14 Jun 2019 15:49:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> `object-print' is an obsolete generic function (as of 26.1); use 
> `cl-print-object' instead.

This warning is for

    (cl-defmethod object-print ((this eieio-default-superclass) &rest strings)

> In toplevel form:
> emacs-lisp/eieio.el:850:11:Warning: `object-print' is an obsolete function (as
>     of 26.1); use `cl-print-object' instead.

This one is for

      (princ (object-print object) stream))


-- Stefan




reply via email to

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