GNU bug report logs - #6581
24.0.50; `equal-including-properties' uses `eq' to compare property values

Previous Next

Package: emacs;

Reported by: Christian Ohler <ohler+emacs <at> fastmail.net>

Date: Wed, 7 Jul 2010 15:15:02 UTC

Severity: normal

Tags: confirmed, patch

Merged with 35921

Found in versions 26.2, 24.0.50, 25.0.94, 29.0.50, 24.5

Fixed in version 29.1

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #56 received at 6581 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 6581 <at> debbugs.gnu.org, Christian Ohler <ohler+emacs <at> fastmail.net>,
 Dmitry Gutov <dgutov <at> yandex.ru>
Subject: Re: bug#6581: 24.0.50; `equal-including-properties' uses `eq' to
 compare property values
Date: Thu, 21 Oct 2021 15:42:05 -0400
> +	  || (!use_equal && !EQ (XCAR (i1_val), XCAR (i0_cdr)))
> +	  || (use_equal && NILP (Fequal (XCAR (i1_val), XCAR (i0_cdr)))))

use_equal ? NILP (Fequal (XCAR (i1_val), XCAR (i0_cdr)))
          : !EQ (XCAR (i1_val), XCAR (i0_cdr))


-- Stefan





This bug report was last modified 3 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.