projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2b093
)
* src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453).
author
Alan Mackenzie
<acm@muc.de>
Sun, 12 Feb 2023 19:06:50 +0000
(19:06 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Feb 2023 19:30:44 +0000
(21:30 +0200)
(cherry picked from commit
dde023b63ab82c38d33815409de5552f5bf349d1
)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index c96c2b597bd1079cadd1deb13e42e5c51f6c0c8c..c97e78559f11c0b827aa2e391c9b9e0c6fad0d37 100644
(file)
--- 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