]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr
authorAlan Mackenzie <acm@muc.de>
Sun, 12 Feb 2023 19:06:50 +0000 (19:06 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 12 Feb 2023 19:09:53 +0000 (19:09 +0000)
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