mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453).
(cherry picked from commit dde023b63a
)
This commit is contained in:
parent
eb2b0931cf
commit
8280d721d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user