bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#35285: 27.0.50; Bug in image--set-property; setf


From: Basil L. Contovounesios
Subject: bug#35285: 27.0.50; Bug in image--set-property; setf
Date: Wed, 17 Apr 2019 14:36:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

tags 35285 patch
quit

Attachment: 0001-Fix-off-by-one-link-error-in-image-set-property.patch
Description: Text Data

Adam Sjøgren <asjo@koldfront.dk> writes:

> Xu Chunyang analysed the problem with setf I presented on
> emacs.stackexchange.com¹ as so:
>
>   There is a bug in image--set-property, (setcdr image (cddr image))
>   should be (setcdr image (cdddr image)), i.e., change cddr into cdddr

I agree that this is the problem, and the attached patch should fix
that.  Eli, should this go to emacs-26 or master?

Thanks,

-- 
Basil

reply via email to

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