]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453).
authorAlan Mackenzie <acm@muc.de>
Sun, 12 Feb 2023 19:06:50 +0000 (19:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Feb 2023 19:30:44 +0000 (21:30 +0200)
(cherry picked from commit dde023b63ab82c38d33815409de5552f5bf349d1)

src/.gdbinit

index c96c2b597bd1079cadd1deb13e42e5c51f6c0c8c..c97e78559f11c0b827aa2e391c9b9e0c6fad0d37 100644 (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