diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index c96c2b597bd..c97e78559f1 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -926,7 +926,7 @@ Print the contents of $ as an Emacs Lisp cons. | |||
| 926 | end | 926 | end |
| 927 | 927 | ||
| 928 | define nextcons | 928 | define nextcons |
| 929 | p $.u.cdr | 929 | p $.u.s.u.cdr |
| 930 | xcons | 930 | xcons |
| 931 | end | 931 | end |
| 932 | document nextcons | 932 | document nextcons |