diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-28 03:34:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-28 03:34:22 +0000 |
commit | 72e5b3e64a4bf86e9319c7fa84103a3e29983354 (patch) | |
tree | 9958048e51aee4cb8e2d0bf9a237abdade20807c /src/.gdbinit | |
parent | fa143d81ee29d560151686420e2ad3d829cc67ac (diff) | |
download | emacs-72e5b3e64a4bf86e9319c7fa84103a3e29983354.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 28fe00672d4..a046876405b 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -95,7 +95,7 @@ end define xcons print (struct Lisp_Cons *) ($ & 0x00ffffff) -output *(struct Lisp_Cons *) ($ & 0x00ffffff) +output *$ echo \n end document xcons |