diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-29 02:14:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-29 02:14:58 +0000 |
commit | cfaba3221496a633a5ecc54a3deb0b3a0d2310b1 (patch) | |
tree | e6fef9991cef5a3d5e725b7fbb226b718f5986f7 /src/.gdbinit | |
parent | ea1a761b242cd3cd52087c76f743dff32b583bd3 (diff) | |
download | emacs-cfaba3221496a633a5ecc54a3deb0b3a0d2310b1.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index a046876405b..28fe00672d4 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -95,7 +95,7 @@ end define xcons print (struct Lisp_Cons *) ($ & 0x00ffffff) -output *$ +output *(struct Lisp_Cons *) ($ & 0x00ffffff) echo \n end document xcons |