[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning compiling image-dired.el
From: |
Stefan Kangas |
Subject: |
Re: Warning compiling image-dired.el |
Date: |
Thu, 4 Nov 2021 11:52:33 -0700 |
Eli Zaretskii <eliz@gnu.org> writes:
> ELC image-dired.elc
>
> In end of data:
> image-dired.el:2913:14: Warning: the function `image-mode-fit' is not known
> to be defined.
Thanks, now fixed on master.
> The call to image-mode-fit was introduced in commit 73a6c8f9. I don't
> see that function anywhere, and there are no comments near its call to
> explain what is this call supposed to achieve. (Why should we try
> "fitting" an image in a command that's supposed to display the image
> in its full size?)
It should have been `image-transform-original'.
(I had actually added it to the "obsolete" declaration of that function,
but had missed to update the call in the function body.)