diff options
author | Jim Blandy <jimb@redhat.com> | 1992-09-02 02:46:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-09-02 02:46:03 +0000 |
commit | a42142b10a9e7f79677560c2ed2869595d3d3133 (patch) | |
tree | 7bc2d2a60b004b6c2f794c05dbdebe5907f880b7 /src/.gdbinit | |
parent | d2dcb3f56c44102963ead6cc94f3c938b3735d22 (diff) | |
download | emacs-a42142b10a9e7f79677560c2ed2869595d3d3133.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 |