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 | cac293708cc3115699c93560857442ab69df175d (patch) | |
tree | def6165f352218e34f57791e43b723826474a222 /src/.gdbinit | |
parent | 910476efc916689d4bb1880da552a4989d89e969 (diff) | |
download | emacs-cac293708cc3115699c93560857442ab69df175d.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 |