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 | e67c69ed1cca9d15ddafaf833335a2a66ce3b631 (patch) | |
tree | e8b4d6c797f330d13080e6e52f67bde886b16b1e /src/.gdbinit | |
parent | 692f9ac6a1b41aea270780f963c9c63473b34106 (diff) | |
download | emacs-e67c69ed1cca9d15ddafaf833335a2a66ce3b631.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 |