* src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453).

(cherry picked from commit dde023b63a)
This commit is contained in:
Alan Mackenzie 2023-02-12 19:06:50 +00:00 committed by Eli Zaretskii
parent eb2b0931cf
commit 8280d721d7

View file

@ -926,7 +926,7 @@ Print the contents of $ as an Emacs Lisp cons.
end end
define nextcons define nextcons
p $.u.cdr p $.u.s.u.cdr
xcons xcons
end end
document nextcons document nextcons