GNU bug report logs - #59597
[PATCH 3/3] Change order of the resulting alist - a new entry is added to the start of the alist.

Previous Next

Package: guile;

Reported by: Yuval Langer <yuvallangerontheroad <at> gmail.com>

Date: Sat, 26 Nov 2022 04:11:04 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 59597 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#59597; Package guile. (Sat, 26 Nov 2022 04:11:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yuval Langer <yuvallangerontheroad <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sat, 26 Nov 2022 04:11:04 GMT) Full text and rfc822 format available.

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

From: Yuval Langer <yuvallangerontheroad <at> gmail.com>
To: bug-guile <at> gnu.org
Cc: Yuval Langer <yuvallangerontheroad <at> gmail.com>
Subject: [PATCH 3/3] Change order of the resulting alist - a new entry is
 added to the start of the alist.
Date: Fri, 25 Nov 2022 22:14:36 +0200
---
 doc/ref/api-data.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 143434213..2f603fb8f 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4785,11 +4785,11 @@ extract or change individual pieces of information:
 
 (assq-set! car1-properties 'seat-colour 'black)
 @result{}
-((colour . red)
+((seat-colour . black)
+ (colour . red)
  (transmission . manual)
  (fuel . unleaded)
  (steering . power-assisted)
- (seat-colour . black)
  (locking . manual)))
 @end lisp
 
-- 
2.30.2





This bug report was last modified 1 year and 145 days ago.

Previous Next


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