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

This commit is contained in:
Alan Mackenzie 2023-02-12 19:06:50 +00:00
parent ac2c7a28da
commit dde023b63a

View file

@ -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