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

Full log


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 2 years and 209 days ago.

Previous Next


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