summaryrefslogtreecommitdiff
path: root/src/.gdbinit
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-09-02 02:46:03 +0000
committerJim Blandy <jimb@redhat.com>1992-09-02 02:46:03 +0000
commitcac293708cc3115699c93560857442ab69df175d (patch)
treedef6165f352218e34f57791e43b723826474a222 /src/.gdbinit
parent910476efc916689d4bb1880da552a4989d89e969 (diff)
downloademacs-cac293708cc3115699c93560857442ab69df175d.tar.gz
*** empty log message ***
Diffstat (limited to 'src/.gdbinit')
-rw-r--r--src/.gdbinit2
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