emacs-devel
[Top][All Lists]
Advanced

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

Re: master b5393c6 2/3: Silence undefined function warnings in eieio-tes


From: Stefan Kangas
Subject: Re: master b5393c6 2/3: Silence undefined function warnings in eieio-tests.el
Date: Mon, 20 Dec 2021 09:38:04 -0800

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> +;; Silence byte-compiler.
>> +(defun eitest-subordinate--eieio-childp ())
>> +(defun class-alloc-initarg--eieio-childp ())
>
> Hmm... I don't understand this code.
> If `declare-function` can't be used, we should have a comment
> explaining why.

Duh, I somehow forgot that I can use that also for Lisp functions.

Now fixed, thanks.

BTW, there are only four remaining warnings in the test suite if someone who
knows eieio feels like taking a look.



reply via email to

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