From 8280d721d7c0f6fb2e04f23128c0d2cccf2be1d5 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Sun, 12 Feb 2023 19:06:50 +0000 Subject: [PATCH] * src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453). (cherry picked from commit dde023b63ab82c38d33815409de5552f5bf349d1) --- src/.gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.gdbinit b/src/.gdbinit index c96c2b597bd..c97e78559f1 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -926,7 +926,7 @@ Print the contents of $ as an Emacs Lisp cons. end define nextcons - p $.u.cdr + p $.u.s.u.cdr xcons end document nextcons -- 2.39.2